1. 安装
sudo apt-get install sshfs
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