Commit
·
00722aa
1
Parent(s):
40a04b7
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,23 @@
|
|
1 |
---
|
2 |
title: Stumpy
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Stumpy
|
3 |
+
emoji: 🎯
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: blue
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
+
See [stumpy](https://awesome-panel.org/resources/stumpy/) by [awesome-panel.org](https://awesome-panel.org) for more info.
|
12 |
+
|
13 |
+
## Serve
|
14 |
+
|
15 |
+
```python
|
16 |
+
panel serve index.py --autoreload
|
17 |
+
```
|
18 |
+
|
19 |
+
## Convert to Pyodide
|
20 |
+
|
21 |
+
```bash
|
22 |
+
panel convert index.py --to pyodide-worker
|
23 |
+
```
|