Automatically updating notebook posts, mainly for COVID-19 data related questions I couldn't find answers to in other places.
- Most of the fastpages / github-actions automation and a lot of the initial data prep code for COVID-19 JHU data is taken from covid19dashboards.com project.
- Dashboards from this repo that are merged in covid19dashboards.com :
- Install in .venv:
make install
- Update / create local notebooks from
.py
files:make notebooks
- Run jupyter notebook server:
make jupyter
- Run jekyll (the blog server):
make server