【发布时间】:2018-04-17 11:23:55
【问题描述】:
I am Trying to run this example(无法导入 - PolyDrawTool)
Python 2.7
散景 v0.12
导入错误:
ImportError Traceback (most recent call last)
<ipython-input-1-cc6a3ae44bb8> in <module>()
1 from bokeh.plotting import figure, output_file, show
----> 2 from bokeh.models import PolyDrawTool
3
4 output_file("tools_poly_draw.html")
5
ImportError: cannot import name PolyDrawTool
【问题讨论】:
标签: python python-2.7 bokeh importerror