install
-
package install
$ conda install bokeh $ pip install bokeh
-
sample data
-
python prompt
>>> import bokeh.sampledata >>> bokeh.sampledata.download()
-
from bash or windows command prompt
$ python -c "import bokeh.sampledata; bokeh.sampledata.download()" Creating ~/.bokeh directory Creating /Users/hqlgree2/.bokeh/data directory Using data directory: /Users/hqlgree2/.bokeh/data Downloading: CGM.csv (1589982 bytes) 1589982 [100.00%] Downloading: US_Counties.zip (3182088 bytes) 3182088 [100.00%] Unpacking: US_Counties.csv Downloading: us_cities.json (713565 bytes) 713565 [100.00%]
-