-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
Latest version break IPyWidgets #1043
Comments
Yanked. @martinRenou I'm inclined to completely back out these comm changes, I don't know how we can do this in a backward-compatible way. |
thanks for addressing this quickly Since that version has been pull out, please feel free to close this issue. |
Thanks @DonJayamanne, let's leave this open for discussion. |
Let me take a look if I can add a test case that covers this, @blink1073 you didn't expose this in the test of #1048 yet right? |
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <steven.silvester@ieee.org> Fixes #1043
IPyKernel Version: 6.18.3
Install Jupyter and ipywidgets
Run a notebook with the following code
Drag the slider and the value in the textbox should change
Now: Install ipykernel==6.17.1 (previous version)
Test the same code and the value in the textbox will end up getting updated.
The text was updated successfully, but these errors were encountered: