【发布时间】:2016-05-24 23:57:39
【问题描述】:
我需要一些帮助来访问远程 jupyter notebook 实例
通常,当我尝试访问在我的 mac 上的远程服务器上运行的 jupyter notebook 时,我会在终端窗口中编写以下内容来创建隧道
ssh -NL $local_port_number:localhost:$remote_port_number $my_username@$remote_server
之后,我通常可以通过http://localhost:local_port_number访问jupyter服务器
如何在 windows 上的 putty 中执行此操作?我知道 connection>>ssh>>tunnels 中有一些选项可以执行此操作,但到目前为止我无法使配置正常工作。
【问题讨论】:
标签: ssh putty jupyter-notebook tunnel