Bokeh Visualisations
By Angela C
March 5, 2021
Reading time: 1 minutes.
Bokeh is a JavaScript based visualisation library for Python that specialises in creating interactive plots that are optimised for displaying on the web.
Here I have created a simple plot bokeh plot and another one.
I am also experimenting with including the Jupyter notebook as a link to this page.
Here is the first sample notebook and another notebook which I converted from .ipynb
format to html
using jupyter nbconvert --to html notebook-name.ipynb
on the command line.
The data is a subset of the Gapminder data. The plots show the life expectancy of four countries over a number of years.