Jupyter conda选项卡'检索包信息时发生错误.'

Oct*_*ius 13 python anaconda conda jupyter jupyter-notebook

在我的根环境中,我运行

$ jupyter notebook
Run Code Online (Sandbox Code Playgroud)

并在浏览器中,单击"Conda"选项卡.这总是用于列出我的conda环境及其中的包.现在我受到以下错误的欢迎.

Jupyter错误框

我最近创建并删除了一些conda环境,也许这是相关的.唯一的控制台输出是

[W 10:30:20.948 NotebookApp] 404 GET /environments?_=1476811818902 (::1) 13.19ms referer=http://localhost:8888/tree
[W 10:30:20.951 NotebookApp] 404 GET /packages/available?_=1476811818903 (::1) 1.77ms referer=http://localhost:8888/tree
Run Code Online (Sandbox Code Playgroud)

Adr*_*ver 4

请参阅此问题: https ://github.com/Anaconda-Platform/nb_conda/issues/23

该问题似乎是环境中的笔记本配置文件conda与用户目录中的配置文件之间存在冲突。

为了解决该问题并使选项卡正确显示内容,我必须删除该文件:

rm jupyter_notebook_config.json in ~/.jupyter

请注意,对我来说,这不是问题,因为它实际上不包含任何内容。