-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
fix: use comm package in backwards compatible way #1028
fix: use comm package in backwards compatible way #1028
Conversation
9d3c26d
to
736cb99
Compare
Not sure I understand what the |
It is not |
for more information, see https://pre-commit.ci
@martinRenou what's your take on this? Do you think it's preferred over: ipython/comm#6 I don't like the multiple inheritance, but hey, it works. |
I like this approach here! That way we can bypass the traitlets slowness with the new |
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.
Thank you!
I'm on holiday, so I'll wait until next Monday to cut a release. |
Thanks a lot @blink1073, and enjoy your holiday ! Sorry for breaking everything right before your holiday 🥲 |
…)" This reverts commit c5a045f.
This makes use of the comm package, but in a backwards compatible way.
Alternative to ipython/comm#6
See