-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reverted blog post to main branch to avoid merge conflict
- Loading branch information
Red Giuliano
committed
Jan 3, 2025
1 parent
6e6fa23
commit fa94ea8
Showing
1 changed file
with
0 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,3 @@ | ||
--- | ||
title: 'Running Cells on a Timer' | ||
--- | ||
|
||
Sometimes data for a given application will have to be fetched at a rapid frequency (think in a real time stock analysis for example) | ||
or you may want to animate some aspects of your notebook. If that is the case then the timer in zero-true can help with this. | ||
The timer component allows you to do this easily. It is essentially like an invisible button. It sends a signal to the backend at the | ||
specified frequency, where the timer's value is set to True. | ||
|
||
## Creating a Timer in zero-true | ||
|
||
Creating a timer is as simple as creating any other component. Simply type: | ||
|
||
|
||
## Animated Random Walk Use Case | ||
|
||
In the example below we show you |