Visualizing a snippet of gapminder dataset using bokeh library
How to run this:
Open terminal, then enter the following
git clone https://github.com/abrahamzetz/gapminder_bokeh.git
then go inside the repository by this code
cd gapminder_bokeh
finally, run the program in bokeh server using this code
bokeh serve --show gapminder_bokehserver.ipynb
it should open a browser window where you could interact with the visualization.