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伺服器端安裝過程參考:www.cnblogs.com/laresh/p/8193939.html
安裝完成後自定義伺服器port:9999(埠一般自己定義,很多人定義為8888,博主這裡定義為9999)
完成安裝後,terminal 敲擊 jupyter notebook
3. 本地連接Jupyter Notebook
ssh -N -f -L localhost:9999:localhost:9999 #username@site