jupyter-book / thebe

Turn static HTML pages into live documents with Jupyter kernels.
https://thebe.readthedocs.io
BSD 3-Clause "New" or "Revised" License
395 stars 68 forks source link

JupyterLite ipywidgets demo is broken #739

Closed psychemedia closed 7 months ago

psychemedia commented 7 months ago

Describe the bug

The demo at is broken https://executablebooks.github.io/thebe/ipywidgets-lite.html

Installing the unpinned ipywidgets package currently fails with error:

ValueError: Can't find a pure Python 3 wheel for 'widgetsnbextension~=4.0.10'.

image

Reproduce the bug

Got to https://executablebooks.github.io/thebe/ipywidgets-lite.html and run the first cell.

List your environment

Pinning the version of ipywidgets allows the demo to run:

%pip install ipywidgets==8.1.1