Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/luisalopresti/demography_dashboard
- Owner: luisalopresti
- Created: 2022-11-28T21:13:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T21:31:33.000Z (about 2 years ago)
- Last Synced: 2024-02-12T15:10:33.022Z (11 months ago)
- Language: Jupyter Notebook
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)