Skip to content

Instantly share code, notes, and snippets.

@RadoslawB
Last active September 25, 2018 12:28
Show Gist options
  • Save RadoslawB/6e9b0fabbbc0df3bbede367fdf67f3a8 to your computer and use it in GitHub Desktop.
Save RadoslawB/6e9b0fabbbc0df3bbede367fdf67f3a8 to your computer and use it in GitHub Desktop.

Run Jupyter notebook on server

  1. run on instance: jupyter notebook --no-browser --port=<host port>
  2. in other terminal tab ssh -i <pem key> -L <client port>:localhost:<host port> user@<ip>
  3. in browser hit localhost:<client port>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment