https://github.com/bsodium/epidemic-spreading-sim
Epidemic spreading study using julia
https://github.com/bsodium/epidemic-spreading-sim
epidemics epidemiology julia-notebooks
Last synced: 7 months ago
JSON representation
Epidemic spreading study using julia
- Host: GitHub
- URL: https://github.com/bsodium/epidemic-spreading-sim
- Owner: BSoDium
- Created: 2021-12-15T09:43:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T18:54:29.000Z (over 3 years ago)
- Last Synced: 2024-05-01T16:38:01.158Z (over 1 year ago)
- Topics: epidemics, epidemiology, julia-notebooks
- Language: Jupyter Notebook
- Homepage:
- Size: 41.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://julialang.org/downloads/) (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 :```julia
using Pkg
Pkg.add("IJulia")
```You should now be able to open the notebook in jupyter, and run the cells individually.
## Examples


