- 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
网友评论