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()

See bokeh.sampledata for more information on the specific data sets included in Bokeh’s sample data.

class Sampledata(parser: ArgumentParser)[source]#

Subcommand to download bokeh sample data sets.

invoke(args: Namespace) None[source]#
name: ClassVar[str] = 'sampledata'#

name for this subcommand