我需要一些帮助来访问远程 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>>隧道中有一些选项可以执行此操作,但到目前为止我无法使配置正常工作。