Closed alexlenail closed 3 years ago
Thank you for opening an issue. If this issue is related to a bug, please follow the steps and provide the information outlined in the Troubleshooting Guide. Failure to follow these instructions may result in automatic closing of this issue.
The instructions in this blog: https://binnisb.github.io/blog/datascience/2020/04/02/Plotly-in-lab.html worked for me, with one modification:
HTML(fig.to_html(include_plotlyjs='cdn', include_mathjax=False))
Is it possible to get (interactive) plotly figures to render in fastpages? This appears not to work by default.