使用情景:
在本地windows系统的电脑上,使用浏览器,访问多用户的服务器上的jupyter notebook。
前提:
使用pyenv安装好了python环境,再在python环境下建立virtualenv在对应虚拟环境下使用pip安装好jupyter notebook
工具:xshell
步骤:
1.新建ssh连接
2.建立ssh隧道
点击ssh下的隧道,再点击添加。
举例 侦听端口是8800 目标端口8890
3.使用xshell连接远程服务器,然后激活安装了jupyter-notebook的python虚拟环境,再输入
jupyter-notebook --port 8890
在自己的电脑上输入localhost:8800即可访问
参考链接:
1. https://blog.csdn.net/yq90125/article/details/79659431
2. https://cloud.tencent.com/developer/article/1365548