Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 582 Bytes

MARGO-paper

DOI

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()