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

Support for ipywidgets 8 #1188

Closed
tilusnet opened this issue Aug 20, 2022 · 6 comments · Fixed by #1046
Closed

Support for ipywidgets 8 #1188

tilusnet opened this issue Aug 20, 2022 · 6 comments · Fixed by #1046
Labels
enhancement New feature or request

Comments

@tilusnet
Copy link

Hi,

When is ipywidgets 8.0+ compatibility planned for?

@tilusnet tilusnet added the enhancement New feature or request label Aug 20, 2022
@edvard-bjarnason
Copy link

Hi,

The problem now is that when you install in a clean environment you get ipywidgets 8 and then no widgets are rendered by volia :( and no clear error messages about what the problem is...

pip install voila
pip install jupyter
voila
... and no widgets are rendered in notebooks

can be solved by:
pip install ipywidgets==7.7.2

@afonit
Copy link

afonit commented Aug 23, 2022

#1046

@tilusnet
Copy link
Author

thanks @afonit

@martinRenou
Copy link
Member

It's probable that this PR will get in instead #846. It is turning Voila into a lab-based application and updating to ipywidgets 8.

@yasirroni
Copy link

I spent two days worth of time to debug and find the cause that voila stopped working in my side, and this is the reason!

Widgets did not appear because of Voila did not support ipywidgets>8.0!!!

Easy fix:

pip install ipywidgets<8.0

Lesson learned: better to pin all version in requirements.txt next time

@liamaharon
Copy link

If anyone has issues with ipywidgets<8.0 try

pip install jupyterlab-widgets==1.1.1

the latest version of jupyterlab-widgets is not compatible with ipywidgets<8.0

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

Successfully merging a pull request may close this issue.

6 participants