Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JupyterLite ipywidgets demo is broken #739

Closed
psychemedia opened this issue Mar 14, 2024 · 0 comments · Fixed by #738
Closed

JupyterLite ipywidgets demo is broken #739

psychemedia opened this issue Mar 14, 2024 · 0 comments · Fixed by #738
Labels

Comments

@psychemedia
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant