Skip to content

sipposip/epidemic_modelling

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 60.6%
  • Python 39.4%