File size: 406 Bytes
be34ea2
e01fd27
 
 
 
be34ea2
 
 
 
 
e01fd27
 
 
 
 
 
 
 
 
 
 
 
 
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: Bootstrap Dashboard
emoji: 📈
colorFrom: indigo
colorTo: pink
sdk: static
pinned: false
license: mit
---

See [bootstrap_dashboard](https://awesome-panel.org/resources/bootstrap_dashboard/) 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
```