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: Exercises/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,3 @@ The directories below "Exercises/dayN" contains the following directories:
12
12
13
13
- programs: Python codes, mainly, as well as a few Fortran and Julia codes
14
14
- hpc2n, uppmax, cosmos, nsc, pdc, c3se: Batch scripts that can run on (one of) the clusters at the center in questions, when you have edited the MYPATH variable inside (since the Python scripts recides in the programs directory)
Copy file name to clipboardExpand all lines: docs/day2/jupyter.md
+19-15Lines changed: 19 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,20 @@
1
1
# Jupyter on compute nodes using browser at other place
2
2
3
3
:::{callout} What is Jupyter?
4
-
- "The Jupyter Notebook is the original web application for creating and sharing computational documents. It offers a simple, streamlined, document-centric experience."
5
-
- Run python interactively and make a "story" document with text and code and figures woven together.
6
-
- Includes file manager
7
-
- You run it in a **web browser** (``firefox`` at UPPMAX)
8
-
- This may be slow unless you run the browser in ThinLinc or locally on you own computer.
9
4
10
-
- The Jupyter project site contains a lot of information and inspiration. <https://jupyter.org/>
11
-
- The Jupyter Notebook documentation. <https://jupyter-notebook.readthedocs.io/en/stable/>
5
+
- "The Jupyter Notebook is the original web application for creating and sharing computational documents. It offers a simple, streamlined, document-centric experience."
6
+
- Run python interactively and make a "story" document with text and code and figures woven together.
7
+
- Includes file manager
8
+
- You run it in a **web browser** (``firefox`` at UPPMAX)
9
+
- This may be slow unless you run the browser in ThinLinc or locally on you own computer.
10
+
11
+
- The Jupyter project site contains a lot of information and inspiration. <https://jupyter.org/>
12
+
- The Jupyter Notebook documentation. <https://jupyter-notebook.readthedocs.io/en/stable/>
12
13
13
14
:::
14
15
15
16
## 1. Start an interactive session from the login node
17
+
16
18
```console
17
19
# For Rackham
18
20
$ interactive -A <naiss-project> -n <cores>-t 4:00:00
0 commit comments