Skip to content
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: there can be only one comm_manager #1049

Merged
merged 7 commits into from Dec 7, 2022

Conversation

maartenbreddels
Copy link
Contributor

Fixes #1043

I've tested this branch with our largest ipywidgets based application (yes it was broken before, I confirmed that, a previous test I did was obviously using the wrong environment).
And now it's working well.
@blink1073 shall I put the test of #1048 on top of this?
cc @martinRenou

@maartenbreddels
Copy link
Contributor Author

FYI, the problem was there every call to comm.get_comm_manager() gave a new CommManager, so each widget lived in it's own bubble.

@blink1073 blink1073 changed the title fix: there can be only one comm_manager Fix: there can be only one comm_manager Dec 7, 2022
@blink1073
Copy link
Member

Thanks @maartenbreddels! Let's try another release...

@blink1073 blink1073 enabled auto-merge (squash) December 7, 2022 21:12
@maartenbreddels
Copy link
Contributor Author

I’m gonna eat my laptop if the next version needs yanking!

@blink1073 blink1073 merged commit 2c80e6c into ipython:main Dec 7, 2022
@blink1073
Copy link
Member

@maartenbreddels
Copy link
Contributor Author

image
👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest version break IPyWidgets
3 participants