-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Deprecate Comm class + Fix incompatibility with ipywidgets #1097
Conversation
for more information, see https://pre-commit.ci
ca33bf9
to
41137e5
Compare
for more information, see https://pre-commit.ci
The downstream ipywidgets testing is expected to fail with this PR, as a new warning occurs while jupyter-widgets/ipywidgets#3533 is not merged. I'm not sure what would be the good approach, would we need to wait for jupyter-widgets/ipywidgets#3533 to be merged, or is there a way to say that the downstream test is expected to show warnings? |
for more information, see https://pre-commit.ci
aa05286
to
18200ab
Compare
I disabled tests from ipywidgets that are testing deprecation warnings. The remaining test failure on ipywidgets is not due to this PR as it can be replicated in ipywidgets core and should be fixed by jupyter-widgets/ipywidgets#3720 |
Friendly ping @blink1073 :D This PR fixes the one (known) remaining issue with the new comm package introduction |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! I'll cut a release next week.
Thanks! |
cc. @maartenbreddels