Skip to content

Instantly share code, notes, and snippets.

@pratos
Created May 10, 2017 10:36
Show Gist options
  • Save pratos/ad754c38858695e3cb5ab08da797ffb9 to your computer and use it in GitHub Desktop.
Save pratos/ad754c38858695e3cb5ab08da797ffb9 to your computer and use it in GitHub Desktop.
Run remote jupyter notebook

Run the notebook in the server (remote) * jupyter notebook --no-browser

Run the ssh in the local shell * ssh -N -f -L localhost:8888:localhost:<port> user@ip

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