sampledata¶
Download the Bokeh sample data sets to local disk.
To download the Bokeh sample data sets, execute
bokeh sampledata
on the command line.
Executing this command is equivalent to running the Python code
import bokeh.sampledata
bokeh.sampledata.download()