小编Sir*_*lot的帖子

尝试通过 ssh 隧道访问远程 jupyter 笔记本

我需要一些帮助来访问远程 jupyter 笔记本实例

通常,当我尝试访问在我的 Mac 上的远程服务器上运行的 jupyter 笔记本时,我将在终端窗口中编写以下内容来创建隧道

ssh -NL $local_port_number:localhost:$remote_port_number $my_username@$remote_server

之后,我通常可以通过http://localhost:local_port_number访问 jupyter 服务器

我如何在 Windows 上的 Putty 中执行此操作?我知道连接>>ssh>>隧道中有一些选项可以执行此操作,但到目前为止我无法使配置正常工作。

ssh putty tunnel jupyter-notebook

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

jupyter-notebook ×1

putty ×1

ssh ×1

tunnel ×1