Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.6 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.6 KB

Binder

Personal COVID-19 Data and Model

This a project of my personal curiosity about COVID-19 and what context and perspective we can get from responsible, public data.

Data is drawn from:

These notebooks use the Almond kernel. You can run a notebook server with the Almond kernel using a docker container like this:

docker run -it --rm -p 8888:8888 almondsh/almond:0.9.0

You can also work interactively with these notebooks on mybinder.org.

If you have Jupyter Notebooks installed locally, with the Almond kernal, you can run this with:

jupyter notebook

This work is based on that of Neel Smith.