I have a bunch of HTML files that were made with using plotly and they have this cool interactivity. I cannot create the plots again, I only have access to the HTML files that were sent to me. I want to put all these plots in a single "page" (or whatever name it has) and add some text, but without loosing the interactivity, and finally create a standalone file with this "report". Is it possible? How?
In other words: When I receive the plots as PNG images I just create a PDF file with the plots and the text I want with any program like Word or Latex. Now I want to do the analogous but with plotly plots, but I don't want to create images from these plots and end up in a PDF, I want to keep them interactive and end up in some kind of "stand alone web page" that you can open with a browser.