'Plotly interactive plot in jupyter notebook slideshow

I'm building a presentation using Jupyter Notebook in slideshow mode (and RISE).

Everything works fine till I add an interactive plot with Plotly. I only see the code, no plot.

Is it possible to have an interactive plot using Plotly in Slideshow?

Thank you!



Solution 1:[1]

Just add this line to the iplot cell:

plotly.offline.init_notebook_mode(connected=True)

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 C.K.