Bokeh embed_multiply示例返回错误

时间:2015-07-09 00:00:58

标签: bokeh

我试图从https://github.com/bokeh/bokeh/blob/master/examples/embed/embed_multiple.py

运行embed_multiple.py示例

这是我在运行脚本时看到的错误: 回溯(最近一次调用最后一次):

  File "/Users/me/test/project/Test.py", line 41, in <module>
    script, div = components(plots)
  File "/Library/Python/2.7/site-packages/bokeh/embed.py", line 56, in components
    ref = plot_object.ref
AttributeError: 'dict' object has no attribute 'ref'

这是否有锻炼?

1 个答案:

答案 0 :(得分:0)

这是一个需要最新版Bokeh(0.9.1)的新示例,您尝试使用旧版本运行它。