[PYTHON] Download sample data before running Bokeh

I'm playing around with Python's live bokeh on jupyter. There are many galleries displayed in the document, and if you copy and paste the drawing code you like to your jupyter and execute it, a beautiful graph will be generated, but some of them will return an error. You have to download the sample data first. http://bokeh.pydata.org/en/0.10.0/docs/installation.html

import bokeh.sampledata bokeh.sampledata.download()

Screen Shot 2016-12-18 at 13.44.11.png

And then run the sample code to see it.

Recommended Posts

Download sample data before running Bokeh
Prepare Backtrader CSV data and try running the sample script
Sample data created with python
TensorFlow Tutorial-MNIST Data Download (Translation)
[In-Database Python Analysis Tutorial with SQL Server 2017] Step 1: Download sample data