Skip to content

Instantly share code, notes, and snippets.

@codingPingjun
Last active December 6, 2016 17:17
Show Gist options
  • Save codingPingjun/68f2894a82289e2678782229a43fbd1b to your computer and use it in GitHub Desktop.
Save codingPingjun/68f2894a82289e2678782229a43fbd1b to your computer and use it in GitHub Desktop.
IPython Notebook Remote Access

ipython notebook --no-browser --port=8000 // Open ipython
ssh -N -f -L localhost:5000:localhost:8000 username@ip //build connection
http://localhost:5000 // open local ipython

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment