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 has been archived by the owner on Nov 28, 2019. It is now read-only.
When you change values in widgets belonging to a Widgets (call it A) for which next_n=1 and button=False, the next cell is executed automatically. However, if you open a new Widgets (call it B) to edit the parameters of an object selected in a Dropdown, changing widgets there has no effect (even when you press B's Close button).
I would expect B to cause A's execution to happen as specified for A. That is, for A with button=True, nothing should happen when you change the widgets on B, until A's Run button is clicked. For A with button=False, changing B's widgets should cause execution. (Same for callback.)
The above requires B to be wired to A in some way.
Then there are also parameters which should be inherited in the more traditional sense display_threshold, tooltips, show_labels, etc.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When you change values in widgets belonging to a
Widgets
(call it A) for whichnext_n=1
andbutton=False
, the next cell is executed automatically. However, if you open a newWidgets
(call it B) to edit the parameters of an object selected in a Dropdown, changing widgets there has no effect (even when you press B'sClose
button).I would expect B to cause A's execution to happen as specified for A. That is, for A with
button=True
, nothing should happen when you change the widgets on B, until A'sRun
button is clicked. For A withbutton=False
, changing B's widgets should cause execution. (Same forcallback
.)The above requires B to be wired to A in some way.
Then there are also parameters which should be inherited in the more traditional sense
display_threshold
,tooltips
,show_labels
, etc.The text was updated successfully, but these errors were encountered: