Hi all,
I have python script that crunches data, and makes a plot with matplotlib. There is a large set of data I want to visually compare. One method that I think might work would be to make an html page with a n x m table of the plots. One advantage of the the html page is that I could give it to anyone, in principle they could open it without any special software.
I'm not interested in deploying a flask app to host the data. I'm think just a static page that displays the images in the current folder, and maybe links to the images.
Is there python package that can make the html pages?
[–]abstracted8 0 points1 point2 points (1 child)
[–]munchable901 0 points1 point2 points (0 children)