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: argparse.ArgumentParser)[source]

Subcommand to download bokeh sample data sets.

invoke(args: argparse.Namespace) → None[source]
name: str = 'sampledata'

name for this subcommand