stumpy / README.md
MarcSkovMadsen's picture
Update README.md
0a8c164
---
title: Stumpy
emoji: 🌍
colorFrom: blue
colorTo: green
sdk: static
pinned: false
license: mit
---
See [stumpy](https://awesome-panel.org/resources/stumpy/) by [awesome-panel.org](https://awesome-panel.org) for more info.
## Serve
```python
panel serve index.py --autoreload
```
## Convert to Pyodide
```bash
panel convert index.py --to pyodide-worker
```