generated from cap-jmk/continuous-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Remote Jupyter access
Manuel edited this page Mar 29, 2022
·
1 revision
This Wiki page introduces how to open a Jupyter notebook on a remote machine to have an easy and interactive interface for prototyping your algorithms.
jupyter notebook password
>>> Enter password:
jupyter lab --port=9000 --no-browser &
ssh -N -f -L 8888:localhost:9000 fergus@funkyserver
Then access it from your browser.
© openmd 2022