-
-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add periodic callback example #573
Conversation
Thanks, I think that's a good place for this example. |
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"periodic_cb.stop() # finish generating random numbers automatically" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any chance you could you put this behind another button. Right now when you run this as an app (which is how it'll appear in the docs) it will immediately stop the periodic callback.
Thanks for making the changes and sorry for the last bit of feedback! |
No problem! The package has been extremely useful |
I wasn't really sure where to demonstrate it (reference gallery? user guide?) so I just dumped it under gallery simple examples