Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 325 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 325 Bytes

Gapminder with Bokeh

Interactive plots of Gapminder data using Bokeh. Modified from the DataCamp course on Interactive Data Visualization with Bokeh.

NB: To get the interactive plots, you must download gapminder_with_bokeh.py and gapminder_tidy.csv and run the code using:

bokeh serve --show gapminder_with_bokeh