Back to Bokeh

Gapminder Example

examples/server/app/gapminder/README.md

3.10.0.dev4752 B
Original Source

Gapminder Example

Create an example that reproduces the famous "Gapminder" data visualization from Hans Rosling's TED Talk.

</img>

Setting Up

This demo requires Bokeh sample data sets to be installed. From the command line, execute following command:

pip install bokeh_sampledata

All the necessary data files will be downloaded to a subfolder in your home directory.

Running

To view the app directly from a Bokeh server, navigate to the parent directory examples/server/app, and execute the command:

bokeh serve --show gapminder