File size: 478 Bytes
cd36c1b 8c38616 cd36c1b 8c38616 e084993 8c38616 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Commuting flows between Italian Regions
emoji: 🚌
colorFrom: purple
colorTo: green
sdk: static
pinned: false
license: mit
---
See [commuting_flows_italy](https://awesome-panel.org/resources/commuting_flows_italy/) by [awesome-panel.org](https://awesome-panel.org) for more info.
## Install
```bash
pip install -r requirements.txt watchfiles
```
## Serve
```python
panel serve *.py --autoreload
```
## Build
```bash
panel convert *.py --to pyodide-worker
```
|