维护人员的注意事项:这个问题涉及过时的第一代 Bokeh 服务器。有关现代 Bokeh 服务器应用程序的详细信息,请参阅:
https://docs.bokeh.org/en/latest/docs/user_guide/server.html
过时的:
我从https://www.anaconda.com/distribution/下载了适用于 Windows 32 位的 Anaconda 安装程序
在我的 Jupyter Notebook 中,我从这里插入了代码:
https://github.com/bokeh/bokeh/blob/demo/examples/plotting/server/remotedata.py
在笔记本中执行会导致该错误:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-376-39dc49ee6c7a> in <module>()
1 import numpy as np
----> 2 from bokeh.transforms.line_downsample import downsample
3
4 from bokeh.sampledata.stocks import AAPL, FB, GOOG, IBM, MSFT
5 from bokeh.plotting import *
ImportError: No module named transforms.line_downsample
我的 Anaconda 安装不应该提供所有东西吗?我如何让它运行?