【发布时间】:2018-06-12 04:52:37
【问题描述】:
我希望能够将智能尺寸调整、放大/缩小等功能添加到 holoviews 工具栏以实现整洁的绘图。但我无法导入 Mod 并在下面出现此错误:
from holoext.bokeh import Mod
ImportError Traceback (most recent call last)
<ipython-input-1-173777921abd> in <module>()
----> 1 from holoext.bokeh import Mod
ImportError: No module named bokeh
我根据要求安装了以下软件包:https://github.com/ahuang11/holoext/blob/master/requirements.txt
holoext 1.0.1 ipykernel 4.6.1 狮身人面像 1.5.5 nbsphinx 0.2.13 全息视图 1.10.4 散景 0.12.15 numpy 1.14.0 熊猫 0.22.0 matplotlib 2.1.2 黑暗 0.17.0我刚刚开始使用 holoviews - 感谢您的帮助!
【问题讨论】:
标签: python toolbar bokeh holoviews