-
Notifications
You must be signed in to change notification settings - Fork 950
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
DRAFT: Single widget manager per kernel #3922
Open
fleming79
wants to merge
25
commits into
jupyter-widgets:main
Choose a base branch
from
fleming79:per-kernel-widget-manager
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
DRAFT: Single widget manager per kernel #3922
fleming79
wants to merge
25
commits into
jupyter-widgets:main
from
fleming79:per-kernel-widget-manager
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…dant comm_closed argument.
…upyter.widget.control" comm channel ..." when loading a kernel where ipywidgets hasn't been imported yet.
…ng runs to completion.
…mediately available.
…ing: some signature changes.
…tead of raising an error.
fleming79
force-pushed
the
per-kernel-widget-manager
branch
from
June 9, 2024 04:28
34cfd36
to
23d9b2b
Compare
…into per-kernel-widget-manager
… and renamed to getManager.
…into per-kernel-widget-manager
fleming79
force-pushed
the
per-kernel-widget-manager
branch
from
November 3, 2024 04:14
e96983c
to
451f988
Compare
fleming79
force-pushed
the
per-kernel-widget-manager
branch
from
November 3, 2024 09:33
451f988
to
86b5b0e
Compare
… and prompt width is 0.
fleming79
force-pushed
the
per-kernel-widget-manager
branch
from
November 14, 2024 06:13
e77fa67
to
119a5bf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replaces #3920.
Features:
WidgetRenderer
can be accessed (anywhere the global rendermime or clones work).Significant changes
Notebooks and Consoles can share widgets
When the notebook is closed ipwidgets takes over comms and re-renders the widget.
Shutting down the kernel breaks the connection (note the red paper clips)
Re-opening the notebook now gives a message