Closed psychemedia closed 7 months ago
The demo at is broken https://executablebooks.github.io/thebe/ipywidgets-lite.html
Installing the unpinned ipywidgets package currently fails with error:
ipywidgets
ValueError: Can't find a pure Python 3 wheel for 'widgetsnbextension~=4.0.10'.
Got to https://executablebooks.github.io/thebe/ipywidgets-lite.html and run the first cell.
Pinning the version of ipywidgets allows the demo to run:
%pip install ipywidgets==8.1.1
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'.
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