如何在windows电脑上访问服务器的jupyter notebook—— 利用xshell建立ssh隧道

使用情景:

     在本地windows系统的电脑上,使用浏览器,访问多用户的服务器上的jupyter notebook。

前提:

  1. 使用pyenv安装好了python环境,再在python环境下建立virtualenv
  2. 在对应虚拟环境下使用pip安装好jupyter notebook

工具:xshell

步骤:

1.新建ssh连接

如何在windows电脑上访问服务器的jupyter notebook—— 利用xshell建立ssh隧道

2.建立ssh隧道

点击ssh下的隧道,再点击添加。

如何在windows电脑上访问服务器的jupyter notebook—— 利用xshell建立ssh隧道

参考链接:

1. https://blog.****.net/yq90125/article/details/79659431

2. https://cloud.tencent.com/developer/article/1365548