UBELIX - Ivanderkelen/wiki_tryout GitHub Wiki

Contents

  1. JupyterLab

JupyterLab

  1. You need to setup SSH with port forwarding, otherwise you cannot start a JupyterLab

ssh -L 15051:localhost:15051 [email protected]

  1. 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

  1. Copy link to local browser (DON'T USE CTRL-C)

copy the link that pops up and then go