Skip to content

Instantly share code, notes, and snippets.

@NickShargan
Last active January 20, 2019 12:32
Show Gist options
  • Save NickShargan/c3f5233ccb889a03e2dd50f404aca360 to your computer and use it in GitHub Desktop.
Save NickShargan/c3f5233ccb889a03e2dd50f404aca360 to your computer and use it in GitHub Desktop.
(server) jupyter notebook --no-browser --port=8080
(machine) ssh -N -L 8080:localhost:8080 <remote_user>@<remote_host> [-p <port_number>]
(machine) http://localhost:8080/ (+ type token)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment