ipychart
The power of Chart.js with Python
Interactive
Charts are fully interactive, you can hover it to display tooltips and select the informations you want to see directly from the output cell of your notebook.
Transparent
All the types of charts present in Chart.js are exposed in ipychart. Even complex features such as mixed-types charts are available.
Customizable
Charts are highly customizable and all Chart.js options are available in ipychart. You have complete control over the appearance of your chart.
# Install
# using pip
$ pip install ipychart
# using conda
$ conda install -c conda-forge ipychart