diff --git a/mintlify-docs/blogs/Running a cell on a timer.mdx b/mintlify-docs/blogs/Running a cell on a timer.mdx index af9b62fb..d142db4e 100644 --- a/mintlify-docs/blogs/Running a cell on a timer.mdx +++ b/mintlify-docs/blogs/Running a cell on a timer.mdx @@ -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