-
Notifications
You must be signed in to change notification settings - Fork 949
Allow Output widget in html manager to render state updates #3370
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
Conversation
I set up pre-commit.ci on ipympl and several other repos and find it to be quite nice. See matplotlib/ipympl#362 |
Thanks @MrBago. This looks great. The image zoom was mesmerizing. For those who have always wondered, this is what a Jupyter Logo looks like at 1x1 pixels on a hidpi screen (magnified by a factor of 4 to see it easier): |
@meeseeksdev please backport to 7.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
… to render state updates
… to render state updates
… to render state updates
… to render state updates
… to render state updates
Backport PR #3370 on branch 7.x (Allow Output widget in html manager to render state updates)
This PR adds a listener to the output widget in html-manger to update the Output Area when new outputs are added to the widget in the kernel. The PR also adds a unit test and updates the web3 example to demonstrate the change.