本地调用服务器上的jupyter notebook

1. 服务器安装jupyter

  • pip install notedown
  • pip install jupyter
  • jupyter notebook password(设置密码)

2. 启动jupyter

  • jupyter notebook --ip 172.**.**.**(服务器ip)

3. 打开本地浏览器输入:服务器ip:8888(根据服务器生成的端口填写)

posted @ 2018-08-30 19:20  soQ  阅读(472)  评论(0编辑  收藏  举报