Super lightweight reporting framework that uses mpld3 to create interactive html reports with matplotlib figures in python
To install this first you need to install new newest mpld3 from the github repo:
pip install git+https://github.com/mpld3/mpld3
next you can install easy_html_reporting
pip install git+https://github.com/adalsteinnpals/easy_html_reporting
Run the following:
from easy_html_reporting import easy_reporter
er = easy_reporter()
er.run_example()