远程访问 jupyter notebook
程序员文章站
2022-03-03 15:11:27
...
远程访问 Jupyter Notebook
Jupyter notebook 安装在 server 上,需要在 local 使用密码访问。
在 server 上设置密码,并打开 notebook
jupyter notebook password # 输入访问要用到的密码
jupyter notebook --no-browser --port=8889 # 打开 notebook
在 local 电脑上创建连接
ssh -N -f -L localhost:8888:localhost:8889 [email protected]_remote_host_name
最后在浏览器中输入
localhost:8888
最后输入密码即可访问
参考
上一篇: php如何将对象转换为数组
下一篇: 电脑繁体字怎么转换成简体字