Skip to content

BSoDium/epidemic-spreading-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

epidemic-spreading-sim

Description

A Graph theory study about the propagation of an epidemic.

Installation

The notebook graph21-22.ipynb is meant to be run with the julia jupyter kernel. It is therefore required that you download julia from julialang.org (or using the package manager of your choice). Once this is done, add julia to Jupyter Notebook. In a terminal type julia, which should be in your PATH, and run the following :

using Pkg
Pkg.add("IJulia")

You should now be able to open the notebook in jupyter, and run the cells individually.

Examples