File size: 399 Bytes
26a443f 178600e 0a8c164 8c470a1 26a443f 178600e 00722aa c48b6e3 0a8c164 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
title: The Easiest Way to Create an Interactive Dashboard in Python
emoji: 👧
colorFrom: pink
colorTo: green
sdk: docker
pinned: false
license: mit
---
See [the_easiest_way_to_create_dashboard](https://awesome-panel.org/resources/the_easiest_way_to_create_dashboard/) by [awesome-panel.org](https://awesome-panel.org) for more info.
## Serve
```python
panel serve app.ipynb --autoreload
``` |