Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
memory [2016/09/08 11:28] Jakob Jordanmemory [2016/09/09 09:39] – [Logging into remote machines] Zbigniew Jędrzejewski-Szmek
Line 25: Line 25:
  
 == Using the jupyter notebook == == Using the jupyter notebook ==
-Special care must be taken to connect using the right ports. There is no authentication, so if you use the same port as other users, things will go wonky.+Jupyter notebooks are already running on the server (verify with <code>systemctl --user status nbserver@*.service</code>). 
 + 
 +Special care must be taken to connect using the right ports. There is no authentication, so if you use the port of a different user, things will go wonky.
  
 If N is your user number, use If N is your user number, use
Line 36: Line 38:
 </code> </code>
 then open http://localhost:8000/ in the browser. then open http://localhost:8000/ in the browser.
-