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
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.
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.