1

I have a plotly visualization in a Jupyter Notebook. Looking for some time how to embed that file to google slides but couldn't find a way. Does anyone know how I can visualize a plotly plot on the google slides without losing its interactivity?

thanks a lot for help

arnaudswm
  • 31
  • 1
  • 2

1 Answers1

2

That's not possible if you want to keep the interactivity

Google Slides doesn't support external iframes or HTML code. As an almost workaround you can export the plot as an image, it's still non-interactive though.

Jose Vasquez
  • 1,678
  • 1
  • 6
  • 14