I downloaded the Anaconda installer for Windows 32 bit from http://continuum.io/downloads . In my IPyNotebook in Google Chrome, I pasted the code here: https://github.com/ContinuumIO/bokeh/blob/demo/examples/plotting/server/remotedata.py
Running in the notebook draws this error:
ImportError Traceback (most recent call last)
<ipython-input-376-39dc49ee6c7a> in <module>()
1 import numpy as np
3
4 from bokeh.sampledata.stocks import AAPL, FB, GOOG, IBM, MSFT
5 from bokeh.plotting import *
ImportError: No module named transforms.line_downsample
Is everything delivered with my Anaconda installation? How to run it?
source
share