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

Same widget does not update all interact. #163

Closed
jdfreder opened this issue Sep 21, 2015 · 3 comments
Closed

Same widget does not update all interact. #163

jdfreder opened this issue Sep 21, 2015 · 3 comments
Assignees
Labels
bug discussion resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@jdfreder
Copy link
Contributor

Originally entered by @Carreau in ipython/ipython#6534


Cf Stackoverflow

having the same widget (say a Checkbox) shared by 2 interact, the value of the checkbox is updated across cell, but the interactived' function not call. Ex:

capture d ecran 2014-09-24 a 08 30 40

I clicked on first checkbox, second was highligted, but value did not changed from True to False.

@jdfreder jdfreder added this to the wishlist milestone Sep 21, 2015
@jasongrout jasongrout modified the milestones: 6.0, Backlog Nov 8, 2016
@jasongrout jasongrout added the bug label Nov 8, 2016
@jasongrout
Copy link
Member

This seems to work in JupyterLab, but it still does not work in the notebook:

interactive-notebook

@jasongrout
Copy link
Member

This might be related to #316.

@jasongrout
Copy link
Member

I think fixing #316 solved this. It works in 4.x + jupyter/notebook#2022 to enable the OutputWidget:
checks

@github-actions github-actions bot added the resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Feb 17, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug discussion resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

No branches or pull requests

2 participants