【macOS】本地启动远程服务器的 jupyter notebook

  1. 在terminal本地用ssh远程访问
    ssh -L 1997:localhost:8891 name@xx.xxx.xxx.xx -p password
  • 1997 是本地的监听端口
  • 8891 是 jupyter 运行的端口
posted @ 2021-09-30 00:34  林東雨  阅读(66)  评论(0编辑  收藏  举报