How to create a dynamic presentation in plotly to be viewed offline (html format?)?

How to create a dynamic presentation in plotly to be viewed offline (html format?)?

You can save plotly figures to html files using the to_html and write_html methods (see https://plot.ly/python/v4-migration/#offline-features-plotlyoffline-replaced-by-renderers-framework--html-export and https://plot.ly/python-api-reference/generated/plotly.graph_objects.Figure.html)

Thanks! I was asking about building an offline presentation with slides in html format. Is it possible in Plotly?

Which presentation software do you want to use? The answer will depend on the ability of the software to display html files.

I want to use an internet browser to view it…this is why I want to save it in html format…