Same widget does not update all interact. #163
Labels
bug
discussion
resolved-locked
Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone
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:
I clicked on first checkbox, second was highligted, but value did not changed from True to False.
The text was updated successfully, but these errors were encountered: