Create dashboard for CO2 emissions dataset
Closed this issue · 2 comments
lfunderburk commented
Goal is twofold:
- Develop a dashboard using Voila, JupySQL, and the DuckDB database with CO2 emissions (4 tables, plus interesting queries)
- Write about it
To keep things simple, please use this example to guide you
https://github.com/ploomber/doc/blob/main/examples/quickstart/notebook.ipynb
There will be two products associated with the PR and issue:
a. A jupyter notebook that can be executed into a dashboard with Voila
b. A blogpost
The blog should have
- Introduction to Voila (what it is and how it connects to Jupyter notebooks, link their docs and github)
- Introduction to the questions your dashboard will address
- Explain how it is connected to the ETL process (i.e. it is taking the clean and curated tables to generate visualizations)
- Explain how your dashboard is structured (ensure to use ipywidgets to add interactivity)
- How to launch the dashboard locally
- Interesting insights about the data
lfunderburk commented
TegveerG commented
@lfunderburk Yep shall do it now