Skip to content

MOCOS-COVID19/numeric-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical computations used in the Paper

Requirements

  • Any OS that is supported by Julia
  • Julia pacakges listed in Project.toml and Manifest.toml (installation instructions below)

Installation and run instructions

  1. Installing
  1. Install dependencies:
  • navigate into the main directory of the project
  • run Julia's REPL by, eg. running by julia command
  • enter Pkg by typing ]
  • activate project by typing activate .
  • type instantiate to download and install dependencies
  • type precompile to force precompilation of dependencies (optional)
  1. Run Jupyter
  • while running Pkg use CTRL-C or backspace to return from Pkg or start new Julia's REPL
  • type Using IJulia followed by notebook() to load the dependency and start Jupyter's notebook
  • you might be asked whether to install jupyter, if in doubt type y
  • a new browser window should open with Jupyter in it
  • within the browser, navigate to the project directory and open file BJR solution.ipynb
  • run and edit the code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published