Skip to content

Instantly share code, notes, and snippets.

@jackvial
Last active June 21, 2018 02:03
Show Gist options
  • Save jackvial/19871f4acd27b9a883a596f2a5787c3c to your computer and use it in GitHub Desktop.
Save jackvial/19871f4acd27b9a883a596f2a5787c3c to your computer and use it in GitHub Desktop.

Remote Jupyter Notebook

$laptop: ssh -l <username>@<yourNewServerIP>
$server: jupyter notebook --no-browser --port=8888
$laptop: ssh -NL 8888:localhost:8888 <username>@<yourNewServerIP>

Then you can goto http://localhost:8888 on your laptop’s browser and remotely view/edit your Jupyter notebooks.

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