jupyter-book / mystmd

Command line tools for working with MyST Markdown.
https://mystmd.org/guide
MIT License
219 stars 64 forks source link

Plotly toolbar rendering problem #1579

Open alimanfoo opened 1 month ago

alimanfoo commented 1 month ago

Description

I have a page in a site using the article theme which is generated from a Jupyter notebook and which includes plotly plots as cell outputs. I can get the interactive plots to render in the built site OK (with this workaround) but I am finding that the plotly toolbar is being mangled. Normally all tools appear in a row, but some tools are appearing below and are overlaying the plot legend making it impossible to click on the legend to show/hide data. E.g.:

Image

Additional notes

Using myst v1.3.12.

Here is the source code and published site.