MarcSkovMadsen's picture
update
e084993
---
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
```