Jupyter Hub on SciNet

From oldwiki.scinet.utoronto.ca
Revision as of 15:44, 10 April 2017 by Rzon (talk | contribs)
Jump to navigation Jump to search

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