fastai / fastpages

An easy to use blogging platform, with enhanced support for Jupyter Notebooks.
https://fastpages.fast.ai/
Apache License 2.0
3.53k stars 756 forks source link

plotly figures? #557

Closed alexlenail closed 3 years ago

alexlenail commented 3 years ago

Is it possible to get (interactive) plotly figures to render in fastpages? This appears not to work by default.

github-actions[bot] commented 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.

alexlenail commented 3 years ago

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))