Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luisalopresti/demography_dashboard

Dashboard made using Python, with Panel. The interactive visualizations display some of the most important demographic trends.
https://github.com/luisalopresti/demography_dashboard

Last synced: 13 days ago
JSON representation

Dashboard made using Python, with Panel. The interactive visualizations display some of the most important demographic trends.

Awesome Lists containing this project

README

        

## Demography in Italy - dashboard
### Interactive dashboard produced using Panel (Python)

All the dependencies can be found in the `requirements.txt` file.
Run the following command to install all dependencies.
```
pip install -r requirements.txt
```

Use the following command to serve the dashboard locally:
```
panel serve demography_dash.ipynb
```

The final visualization looks like this:
![Plot](https://github.com/luisalopresti/demography_dashboard/blob/main/imgs/dash_screen.jpg)