I need to make a report in pandas (using jupyter notebooks), which will contain several plots, tables and pictures with titles. I have a separate script to make all of these plots (saved as .png) and tables. This script saves the results to a folder on jupyter hub and now I have to make a script that will take these results and save them to a single file, preferably to .html file, with some titles and spacing, maybe with company logo in the corner...you know, to make it nice and clean. I tried to do it via xlsxwriter, but failed to fulfill some of the demands mentioned above. Is there any (easy) way to do it in jupyter and save it as .html? What do you think, is it a good idea to save it to html or it's better/easier to save it to the pdf for example?
Thanks for any help. Have a nice day.