This docs on this page refers to a PREVIOUS VERSION. For the latest stable release, go to https://docs.bokeh.org/

Archived docs for versions <= 1.0.4 have had to be modified from their original published configuration, and may be missing some features (e.g. source listing)

All users are encourage to update to version 1.1 or later, as soon as they are able.

sampledata — Bokeh 0.12.14 documentation

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()
class Sampledata(parser)[source]

Subcommand to download bokeh sample data sets.

invoke(args)[source]
name = 'sampledata'

name for this subcommand