How to use html_report module

Hey, I’m trying to work on customized reports, can you help me with html_report module?
from where can I install this? how can I use it?

You can find html_report here but it changed substantially recently and we no longer support jinja but use plain python with Dominate to generate reports now. You can find many examples in the module itself.

Simply ask if you have any questions.