开发者社区 问答 正文

centos7上安装jupyter notebook启动出错

在centos7上安装jupyter notebook ,启动的时候,总是报 osError error: [Errno 99] Cannot assign requested address

搜了很多解决方案都不行,有人说jupyter notebook --ip=127.0.0.1可以,但是我试了还是出错,结果报
[C 19:15:57.139 NotebookApp] Running as root not recommended.Use --allow to bypass
弄了一天了,不知道怎么解决,求解啊

展开
收起
名字只是 2017-06-19 19:24:26 6328 分享 版权
1 条回答
写回答
取消 提交回答
  • 试一下这个:
    [root@pydev ~]# jupyter notebook --generate-config --allow-root
    Writing default config to: /root/.jupyter/jupyter_notebook_config.py
    2017-06-20 06:06:48
    赞同 展开评论