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/day2/IDEs_cmd.rst
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,8 @@ Local notes
124
124
125
125
jupyter-notebook --ip 0.0.0.0 --no-browser
126
126
127
+
- This will start a jupyter server session so leave this terminal open. The terminal will also display multiple URLs.
128
+
- Copy the URL containing ``sensXXXXXXX``
127
129
128
130
**4. Connect to the running Jupyter server**
129
131
@@ -143,27 +145,27 @@ Local notes
143
145
.. tab:: Bianca (NEEDS UPDATE)
144
146
145
147
* start ``firefox`` on the ThinLinc.
146
-
* browse to the URLs, which will be similar to ``http://b[xxx].uppmax.uu.se:8889/tree?token=2ac454a7c5d7376e965ad521d324595ce3d4``
148
+
* browse to the URLs, which will be similar to ``http://sens2017625-b9.uppmax.uu.se:8888/treer``
147
149
* Paste the url and it will start the Jupyter interface on ThinLinc and all calculations and files will be on Snowy.
148
150
149
151
*On own computer* Only Pelle
150
152
151
153
If you want to connect to the Jupyter server running on Rackham/Snowy from your own computer, you can do this by using SSH tunneling. Which means forwarding the port of the interactive node to your local computer.
152
154
153
-
* On Linux or Mac this is done by running in another terminal. Make sure you have the ports changed if they are not at the default ``8888``.
155
+
* On Linux or Mac this is done by running in another terminal. Replace ``p115`` with the actual node number you got in step 3. Make sure you have the ports changed if they are not at the default ``8888``.
0 commit comments