Hi @visual,
The easiest thing to do here is to use subplots: https://plot.ly/python/subplots/, and then save the figure to HTML with plotly.offline.plot
If that doesnโt work for you, you could use an approach like I describe in How to make Html Report readable from all browsers to generate a custom HTML file with multiple figures.
Hope that helps!
-Jon