This repository contains simple models for epidemics. The models are implemented as jupyter notebooks, and can be run interactively. Developed by Rodrigo Caballero and Sebastian Scher from Stockholm University, Department of Meteorology.
If you just want to use the models, you can directly launch the models on binder here (if you only see text but no plot-widgets, wait a moment, it can take some time to load.)
direct link to models:
If you want to see (and modify) the code, you can launch the notebooks on binder here:
If you want to run the notebooks locally, you need to have all dependencies in environment.yml installed
this can be done via anaconda via the command conda env create -n covid19-widget-env -f environment.yml