Skip to content

How to disable an event previously enabled #192

Answered by martinRenou
enzotib asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, would setting continuous_update=False to your slider work? This will send the event only when you are done moving the slider.

e.g.

from ipywidgets import IntSlider
slider = IntSlider(continous_update=False)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@martinRenou
Comment options

@martinRenou
Comment options

Answer selected by martinRenou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants