Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.37 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.37 KB

epidemic_modelling

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.

Usage

If you just want to use the models, you can directly launch the models on binder here Binder (if you only see text but no plot-widgets, wait a moment, it can take some time to load.)

direct link to models:

  • standard deterministic model Binder
  • probabilistic model Binder

If you want to see (and modify) the code, you can launch the notebooks on binder here: Binder

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