cc_staff
505
edits
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
{{Command2 | {{Command2 | ||
|prompt=(jupyter_py3)_[name@server ~]$ | |prompt=(jupyter_py3)_[name@server ~]$ | ||
|echo -e '#!/bin/bash\nexport JUPYTER_RUNTIME_DIR{{=}}$SLURM_TMPDIR\njupyter notebook --ip $(hostname -f) --no-browser' > $VIRTUAL_ENV/bin/notebook.sh | |echo -e '#!/bin/bash\nexport JUPYTER_RUNTIME_DIR{{=}}$SLURM_TMPDIR/jupyter\njupyter notebook --ip $(hostname -f) --no-browser' > $VIRTUAL_ENV/bin/notebook.sh | ||
}} | }} | ||
<li>Finally, make the script executable. | <li>Finally, make the script executable. |