远程连接服务器端Jupyter Notebook
1. 安装
sudo apt-get install sshfs
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
2. 服务器端开启Jupyter Notebook
Ubuntu服务器端安装过程参考:www.cnblogs.com/laresh/p/8193939.html
安装完成后自定义服务器port:9999
完成安装后,terminal 敲击 jupyter notebook
3. 本地连接Jupyter Notebook
ssh -N -f -L localhost:9999:localhost:9999 #username@site

更多精彩