-
Notifications
You must be signed in to change notification settings - Fork 947
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
modify outputs to use comm #2954
Conversation
This modifies the outputs widget to use comm rather than calling ipython directly. This fixes jupyter-widgets#2953 and Calysto/metakernel#217
Thanks! Adding to the queue for review... |
I resolved the conflict with master (this conflicted with #3199). This looks fine to me now. @martinRenou or @ibdafna (or anyone else) - can you review my changes? |
Will review in the morning! |
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
Itay, feel free to merge if you are comfortable with the code. |
Looks like the test failure was not relevant, and should be fixed in #3227 |
This modifies the outputs widget to use comm rather than calling
ipython directly. This fixes #2953 and Calysto/metakernel#217