File size: 406 Bytes
e4a9769 a32f242 597e03a e4a9769 a32f242 597e03a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
title: Streaming Number Indicators
emoji: ⚡
colorFrom: green
colorTo: red
sdk: static
pinned: false
license: mit
---
See [streaming_number_indicators](https://awesome-panel.org/resources/streaming_number_indicators/) by [awesome-panel.org](https://awesome-panel.org) for more info.
## Serve
```python
panel serve *.py --autoreload
```
## Build
```bash
panel convert *.py --to pyodide-worker
```
|