MarcSkovMadsen's picture
Update README.md
00722aa
|
raw
history blame
366 Bytes
---
title: Stumpy
emoji: 🎯
colorFrom: green
colorTo: blue
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
```