Created
September 27, 2019 08:58
-
-
Save dfbarrero/6499411e15bfbcb62efb37e2e9d1ca28 to your computer and use it in GitHub Desktop.
Access a remote Jupyter notebook thorught a SSH tunnel in localhost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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