Jupyter notebook, run on server,
2017-11-26 本文已影响15人
DeepWeaver
- Run this on your 'remote-machine'
jupyter notebook --no-browser --port=8898
- Run this on your 'local-machine'
ssh -N -f -L 127.0.0.1:8898:127.0.0.1:8898 yourname@server_address
- Type this in the browser on your 'local-machine'
http://127.0.0.1:8898/
click here for more information