Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.12 KB


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