【发布时间】:2017-12-15 17:18:25
【问题描述】:
我在 Anaconda 环境中的 Python 3.6.1 上运行 notebook 5.0.0。
在我的环境中成功安装jupyter-dashboards-bundlers并进入后(根据https://github.com/jupyter-incubator/dashboards_bundlers的说明):
jupyter bundlerextension enable --sys-prefix --py dashboards_bundlers
我收到错误:
ModuleNotFoundError:没有名为“dashboards_bundlers”的模块
如果我跑:
jupyter 捆绑扩展列表
它显示没有已知的捆绑扩展。
有什么想法吗?
谢谢。
【问题讨论】:
标签: python anaconda jupyter-notebook jupyter dashboard