网页打不开jupyter: 我的头像摔跤了 2019-09-10 1,094 阅读1分钟 因为服务器重启了,所以服务器的jupyter服务关闭了,需要在服务器中重新打开jupyter。 切换目录:cd jupyter 启动jupyter:jupyter notebook nohup jupyter notebook --ip 0.0.0.0 --no-browser --allow-root &