These notebooks can be run in any order. To run these notebooks, clone this repository, cd
into it, and launch Julia with
julia
Then, activate the package management Repl (Pkg) by typing ]
, and activate the MARGO-paper environment with
activate .
Press delete
to return to the Julia Repl, where you can now import IJulia and call the jupyterlab
function to launch an interactive programming interface:
using IJulia
jupyterlab()