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
It is nice to sometimes be able to the throttle or debounce the updates to plots. See discussion in jupyter-widgets/ipywidgets#663 for an example for using with matplotlib.
Proposed Solution
Provide a method for setting ipywidgets sliders to continuous_update=False
For the throttling and debouncing I'm not exactly sure of the api. I think the simplest implementation (adding the fewest kwargs) is to apply them via the controls object and have them apply to all sliders.
Problem
It is nice to sometimes be able to the throttle or debounce the updates to plots. See discussion in jupyter-widgets/ipywidgets#663 for an example for using with matplotlib.
Proposed Solution
continuous_update=False
For the throttling and debouncing I'm not exactly sure of the api. I think the simplest implementation (adding the fewest kwargs) is to apply them via the controls object and have them apply to all sliders.
or perhaps allow specifying only certain parameters
but that second version is more of a hassle.
The text was updated successfully, but these errors were encountered: