Skip to content

Instantly share code, notes, and snippets.

@domwoe
Created July 25, 2016 15:20
Show Gist options
  • Save domwoe/6806c271aec0ba740baee16cc8326cd6 to your computer and use it in GitHub Desktop.
Save domwoe/6806c271aec0ba740baee16cc8326cd6 to your computer and use it in GitHub Desktop.
On Remote machine:
tmux
jupyter notebook --no-browser
On local machine:
ssh -NL 8157:localhost:8888 user@host
Point browser to http://localhost:8157
credit: http://www.datasciencebytes.com/bytes/2015/12/18/using-jupyter-notebooks-securely-on-remote-linux-machines/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment