Skip to content

Running Jupyter notebook on snorlax

Gymrek Lab edited this page Nov 29, 2016 · 2 revisions
  • Log into snorlax, forwarding one of your local ports to a port the server, e.g.:

ssh -L 8897:localhost:8897 [email protected]

  • Navigate to the directory where you would like to run Jupyter notebook and execute:

jupyter notebook --port 8897

You should now be connected to your Jupyter notebook instance running on snorlax.

Clone this wiki locally