- Using Google Slides only, you can create a "follow this path"—type of interactive slides.
- This allows you to place buttons in your deck that jump to other specific slides, etc,
- [source](https://www.brightcarbon.com/blog/how-to-make-an-interactive-presentation-in-google-slides/)
- It seems like you can embed interactive Plotly figures by publishing them on Plotly Chart Studio. Once they are uploaded there, you can simply embed via a link.
- [source](https://towardsdatascience.com/embed-interactive-plots-in-your-slides-with-plotly-fde92a5865a)
- If you are working with some sort of presentation format that allows the use of an `iframe` — you can create figures in [Observable](https://observablehq.com/) and then embed those within an `iframe`
- [source](https://stackoverflow.com/questions/65724626/interactive-charts-presentation-in-google-slides)
- Note: Google slides does not support the use of `iframe`s at this time (2022-11-02)
-