Spaces:
Running
Running
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 | |
``` |