Skip to content

ClimateMARGO/MARGO-paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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