-
Notifications
You must be signed in to change notification settings - Fork 293
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
Error: WidgetManager already initialized #12892
Comments
It's harder for me to repro the issue with ipywidgets 8, but I hit the issue again. |
this is a know issue with the Jupyter server itself, they have an upstream issue for this.
I should change this message to a warning or information (its actually not an error) |
@rzhao271 Then test again, that should get things working. |
Seems like the notebooks render fine after that change using ipywidget 8. |
If that works, then lets close this issue as resolved. |
Testing #12874
Jupyter extension version: v2023.2.1000531229
Python extension version: v2023.3.10481011
Using ipywidgets 7
Devtools errors:
I see a few
WebSocket is already in CLOSING or CLOSED state.
errors, but the more immediate errors are theError: WidgetManager already initialized
errors, which I see whenever I run the notebook again.The text was updated successfully, but these errors were encountered: