- Any OS that is supported by Julia
- Julia pacakges listed in
Project.tomlandManifest.toml(installation instructions below)
- Installing
- Download Julia from Julia's webpage
- Make sure GitLFS is installed
- Install dependencies:
- navigate into the main directory of the project
- run Julia's REPL by, eg. running by
juliacommand - enter Pkg by typing
] - activate project by typing
activate . - type
instantiateto download and install dependencies - type
precompileto force precompilation of dependencies (optional)
- Run Jupyter
- while running Pkg use
CTRL-Cor backspace to return from Pkg or start new Julia's REPL - type
Using IJuliafollowed bynotebook()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