当前位置:   article > 正文

服务器上配置jupyter,本地电脑浏览器访问出现“404页面不存在”的解决方法_you are requesting a page that does not exist!

you are requesting a page that does not exist!

problem:

成功在浏览器连接上服务器,但是登录输入密码时出现了404 You are requesting a page that does not exist!

solution:

在配置文件里面加上ipython文件的的保存路径就可以了(下面标红的部分)。

c.NotebookApp.ip='*'
c.NotebookApp.password = 'sha1:29230e2afee8:03a411b6e0657b8e871855146f96d114d1083b11'
c.NotebookApp.open_browser = False
c.NotebookApp.port =1226
c.NotebookApp.notebook_dir = '/root/userfolder/YYQ/jupyter_file'

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/197771
推荐阅读
  

闽ICP备14008679号