Skip to content

Instantly share code, notes, and snippets.

@yisongbetter
yisongbetter / jupyter_access.md
Created August 4, 2017 05:28 — forked from harpribot/jupyter_access.md
Jupyter / Ipython notebook on remote server

To get access to the url of a jupyter notebook running on the remote server, do the following

Step 1: ssh into the remote server

Step 2:

jupyter notebook <notebook_name.ipynb> --no-browser --port=8889

Step 3: Open your terminal on the local machine and type this: