UBELIX - Ivanderkelen/wiki_tryout GitHub Wiki
Contents
JupyterLab
- You need to setup SSH with port forwarding, otherwise you cannot start a JupyterLab
ssh -L 15051:localhost:15051 [email protected]
- Launch the JupyterLab Server with Anaconda3 requirement
module load Anaconda3
jupyter-compute 15051 --time=00:45:00
or with multiple CPU cores and other specifications
eg. jupyter-compute 15051 --ntasks 1 --time=01:00:00 --cpus-per-task 5 --mem 512MB
- Copy link to local browser (DON'T USE CTRL-C)
copy the link that pops up and then go