欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

远程连接服务器端Jupyter Notebook

程序员文章站 2022-08-28 17:06:36
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