Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/313.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/qt/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Jupyter笔记本电脑仪表板:ModuleNotFoundError:没有名为“dashboards\u Bundler”的模块_Python_Anaconda_Jupyter Notebook_Jupyter_Dashboard - Fatal编程技术网

Python Jupyter笔记本电脑仪表板:ModuleNotFoundError:没有名为“dashboards\u Bundler”的模块

Python Jupyter笔记本电脑仪表板:ModuleNotFoundError:没有名为“dashboards\u Bundler”的模块,python,anaconda,jupyter-notebook,jupyter,dashboard,Python,Anaconda,Jupyter Notebook,Jupyter,Dashboard,我正在Anaconda环境中运行Python 3.6.1上的notebook 5.0.0 在my environment中成功安装jupyter dashboards捆绑包并按照以下说明进入后: jupyter BundleExtension启用-系统前缀-py仪表板\u捆绑程序 我收到错误消息: ModuleNotFoundError:没有名为“dashboards\u Bundler”的模块 如果我跑步: jupyter bundlerextension列表 它没有显示已知的BundleEx

我正在Anaconda环境中运行Python 3.6.1上的notebook 5.0.0

在my environment中成功安装jupyter dashboards捆绑包并按照以下说明进入后:

jupyter BundleExtension启用-系统前缀-py仪表板\u捆绑程序

我收到错误消息:

ModuleNotFoundError:没有名为“dashboards\u Bundler”的模块

如果我跑步:

jupyter bundlerextension列表

它没有显示已知的BundleExtension

有什么想法吗


谢谢。

我通过在pip命令中添加一个-ignore install标志来解决这个问题,正如下面关于具有相同问题的不同模块的线程中所建议的那样:

多谢各位