diff --git a/src/jupyterlabs/start_jupyterlab.sh b/src/jupyterlabs/start_jupyterlab.sh index 57446b7..6ef5322 100755 --- a/src/jupyterlabs/start_jupyterlab.sh +++ b/src/jupyterlabs/start_jupyterlab.sh @@ -1,2 +1,3 @@ -srun --mem=16G --gpus=1 /speed-scratch/$USER/speed-hpc/src/jupyterlabs/run_jupyterlab.sh - +# Start either a part of interactive or batch sesions +# Hardcoded assumption: /speed-scratch/$USER/speed-hpc/src/jupyterlabs +srun --mem=16G --gpus=1 -p pt --mail-type=ALL /speed-scratch/$USER/speed-hpc/src/jupyterlabs/run_jupyterlab.sh