美文网首页
2021-06-09 服务器远程登录Jupter noteboo

2021-06-09 服务器远程登录Jupter noteboo

作者: kke_wang | 来源:发表于2021-06-08 17:18 被阅读0次
    • 在服务器上开启Jupter notebook
      jupyter notebook --no-browser --port=8889

    • 在本地终端
      ssh -N -f -L localhost:8888:localhost:8889 username@serverIP

    • 在浏览器中访问
      http://localhost:8888/

    相关文章

      网友评论

          本文标题:2021-06-09 服务器远程登录Jupter noteboo

          本文链接:https://www.haomeiwen.com/subject/qzweeltx.html