You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2019. It is now read-only.
Changing values in python code does not update widgets in the notebook; that is a known limitation. However, after interacting with a widget, its value ought to reflect the underlying object's value
E.g. re-selecting the currently selected value in a dropdown where the underlying object is set to a different value is confusing. The widget gives a visual indication that something has happened, but nothing has happened.