Logging in to a remote Jupyter Server
Logging in to a remote Jupyter Server
- On remote-host, run “jupyter notebook –no-browser –port=8080”
- On your local machine, run “ssh -L 8080:localhost:8080 username@remote-host”
- Open Firefox on your local machine, and paste the URL that was output during step 1