-
Notifications
You must be signed in to change notification settings - Fork 90
Description
Describe the bug
expectation/bug
the ipywidget should appear in the docs, but doesn't
By looking at the issues history, seems like a recurrent problem, and it is back.
Ipywidgets no longer appear in rendered html pages, and you can actually see it in the official docs :
See it appearing for 0.16
https://myst-nb.readthedocs.io/en/v0.16.0/render/interactive.html#ipywidgets
And see it not appearing for 0.17
https://myst-nb.readthedocs.io/en/v0.16.0/render/interactive.html#ipywidgets
I can confirm for my own docs that 0.17.0 does not show ipywidgets
Interestingly, widgets do appear in the next page about inline code in the official docs, see https://myst-nb.readthedocs.io/en/v0.17.0/render/inline.html#inserting-different-output-types
Reproduce the bug
just building this repo doc will do I believe.
I also tried to build docs with 0.16 and it didn't work as well, contrary to online docs.
List your environment
Jupyter Book : 0.13.1
External ToC : 0.2.4
MyST-Parser : 0.18.1
MyST-NB : 0.17.1
Sphinx Book Theme : 0.3.3
Jupyter-Cache : 0.5.0
NbClient : 0.5.13