Skip to content
Snippets Groups Projects
Commit 60268941 authored by Danny Marc Rotscher's avatar Danny Marc Rotscher
Browse files

Update jupyterlab.md

parent 3695dfcc
No related branches found
No related tags found
2 merge requests!993Automated merge from preview to main,!992Update 2 files
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
marie@login$ ml Python/3.10.8 marie@login$ ml Python/3.10.8
marie@login$ source /software/util/JupyterLab/alpha/jupyterlab-4.0.4/bin/activate marie@login$ source /software/util/JupyterLab/alpha/jupyterlab-4.0.4/bin/activate
marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty --gres=gpu:1 bash -l marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty --gres=gpu:1 bash -l
marie@compute$ jupyter lab --port=8888 -y marie@compute$ jupyter lab -y
``` ```
=== "barnard" === "barnard"
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
marie@login$ ml Python/3.10.8 marie@login$ ml Python/3.10.8
marie@login$ source /software/util/JupyterLab/barnard/jupyterlab-4.0.4/bin/activate marie@login$ source /software/util/JupyterLab/barnard/jupyterlab-4.0.4/bin/activate
marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty bash -l marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty bash -l
marie@compute$ jupyter lab --port=8888 -y marie@compute$ jupyter lab -y
``` ```
=== "romeo" === "romeo"
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
marie@login$ ml Python/3.10.8 marie@login$ ml Python/3.10.8
marie@login$ source /software/util/JupyterLab/romeo/jupyterlab-4.0.4/bin/activate marie@login$ source /software/util/JupyterLab/romeo/jupyterlab-4.0.4/bin/activate
marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty bash -l marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty bash -l
marie@compute$ jupyter lab --port=8888 -y marie@compute$ jupyter lab -y
``` ```
=== "visualization" === "visualization"
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
marie@login$ source /software/util/JupyterLab/vis/jupyterlab-4.0.4/bin/activate marie@login$ source /software/util/JupyterLab/vis/jupyterlab-4.0.4/bin/activate
marie@login$ export SLURM_CONF=/software/util/dcv/etc/slurm/slurm.conf marie@login$ export SLURM_CONF=/software/util/dcv/etc/slurm/slurm.conf
marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty bash -l marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty bash -l
marie@compute$ jupyter lab --port=8888 -y --browser=chromium-browser marie@compute$ jupyter lab -y --browser=chromium-browser
``` ```
If you then want to start a DCV session, click the button and a new tab appear. If you then want to start a DCV session, click the button and a new tab appear.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment