Difference between revisions of "Jupyter Hub on SciNet"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
(Created page with "Setup on SciNet '''Disclaimer: the following describes is an experimental setup at SciNet running on good, but out-of-warrantee hardware.* * Two jupyterhub servers, each wit...")
 
Line 13: Line 13:
 
* You can open or create Python 2, Python 3, and R notebooks.
 
* You can open or create Python 2, Python 3, and R notebooks.
  
[[File:jupyterscreen3.png}|{options}]]
+
[[File:jupyterscreen3.png]]

Revision as of 15:44, 10 April 2017

Setup on SciNet

Disclaimer: the following describes is an experimental setup at SciNet running on good, but out-of-warrantee hardware.*

  • Two jupyterhub servers, each with 128 GB of memory and 16 cores.
  • Access using an ssh tunnel via login.scinet.utoronto.ca:
$ ssh USER@login.scinet.utoronto.ca -L8888:jupyterhub:8000 -N -f
  • This will select (round-robin) one of the two jupyterhub servers.
  • Point your browser to 'localhost:8888' and log in with your SciNet account.
  • The browser should now show the files in your $HOME on SciNet. (If not, try reloading the page, it may have timed out).
  • You can open or create Python 2, Python 3, and R notebooks.

Jupyterscreen3.png