Remote Access to IPython Notebooks via SSH

jupyter notebook --no-browser --port=8898 --ip=127.0.0.1 --allow-root
ssh -N -f -L 127.0.0.1:8898:127.0.0.1:8898 root@remote_ip
http://127.0.0.1:8898
posted @ 2017-10-24 18:58  idlewith  阅读(139)  评论(0编辑  收藏  举报