Skip to content

artdgn/pages

Repository files navigation


View at:


Automatically updating notebook posts, mainly for COVID-19 data related questions I couldn't find answers to in other places.


Local development:

  • 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