远程连接服务器端Jupyter Notebook
程序员文章站
2022-04-10 15:50:03
1. 安装 sudo apt-get install sshfs 2. 服务器端开启Jupyter Notebook Ubuntu服务器端安装过程参考:www.cnblogs.com/laresh/p/8193939.html 安装完成后自定义服务器port:9999 完成安装后,terminal ......
1. 安装
sudo apt-get install sshfs
2. 服务器端开启jupyter notebook
ubuntu服务器端安装过程参考:
安装完成后自定义服务器port:9999
完成安装后,terminal 敲击 jupyter notebook
3. 本地连接jupyter notebook
ssh -n -f -l localhost:9999:localhost:9999 #username@site
上一篇: ZooKeeper异步调用命令
下一篇: java开发异常记录
推荐阅读