Plotly offline presentation modes

Is there a way to properly embed plotly visuals to an imported html via reaveal.js from a Jupyter Notebook?

I am able to export the html versions with reveal.js but it is not rendering properly in terms of hover selections and axis autoscales.

Would love some advice.

Hi @bernl,

This isn’t something I’ve tried personally, but based on https://github.com/plotly/plotly.py/issues/750, have you tried specifying a manual width/height in the figure’s layout?

-Jon