安装anconda3 访问jupyter notebook

网上的流程已经很清晰了,可以参照博客:

https://blog.csdn.net/simple_the_best/article/details/77005400

就是启动的时候我用的是这样的命令为:

jupyter notebook --ip=0.0.0.0 --no-browser

另外我不小心把 

/home/hadoop/.jupyter/jupyter_notebook_config.json 文件给删除了。

只要把hash秘钥重新填充就行了 秘钥按照上面那个博客链接生成就行,

{
  "NotebookApp": {
    "password": "sha1:2136dc4a8b90:1d894f851e6571f200d5806644fc1b9c938aaeba"
  }
}

复写一下就OK 不会报错 

[E 15:11:37.720 NotebookApp] Exception while loading config file /home/hadoop/.jupyter/jupyter_notebook_config.json

猜你喜欢

转载自blog.csdn.net/Cincinnati_De/article/details/85285020