Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleJupyterLab

In case you want to start JupyterLab just change last line in above python-notebook.slurm script from

Code Block
languagebash
titleJupyter Notebook
jupyter-notebook --no-browser --port=$ipnport --ip=$ipnip

to

Code Block
languagebash
titleJupyterLab
jupyterlab --no-browser --port=$ipnport --ip=$ipnip


Save it as pyton-notebook.slurm.

Send job to queue using sbatch command on login node of Prometheus

...