Skip to content

Instantly share code, notes, and snippets.

@dfbarrero
Created September 27, 2019 08:58
Show Gist options
  • Select an option

  • Save dfbarrero/6499411e15bfbcb62efb37e2e9d1ca28 to your computer and use it in GitHub Desktop.

Select an option

Save dfbarrero/6499411e15bfbcb62efb37e2e9d1ca28 to your computer and use it in GitHub Desktop.
Access a remote Jupyter notebook thorught a SSH tunnel in localhost
# On remote server
jupyter notebook --no-browser
# On local host
ssh -N -f -L localhost:8888:localhost:8889 remoteuser@remotehost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment