You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/extra/jupyterHPC2N.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ for a specific <version> to see which prerequisites should be loaded first.
24
24
Something like the file below will work. Remember to change the project id after the course, how many cores you need, and how long you want the JupyterLab to be available:
25
25
26
26
.. code-block:: slurm
27
-
27
+
28
28
#!/bin/bash
29
29
#SBATCH -A hpc2n2025-151
30
30
# This example asks for 1 core
@@ -220,7 +220,7 @@ Later you can remove the kernel if you feel like, using this:
220
220
8. Now make a submit file as before. Something like this should work:
221
221
222
222
.. code-block:: sh
223
-
223
+
224
224
#!/bin/bash
225
225
#SBATCH -A hpc2n2025-151
226
226
# Here allocating 1 core - change as suitable for your case
0 commit comments