An open API service indexing awesome lists of open source software.

https://github.com/climatemargo/margo-paper


https://github.com/climatemargo/margo-paper

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# MARGO-paper

[![DOI](https://zenodo.org/badge/285038405.svg)](https://zenodo.org/badge/latestdoi/285038405)

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:

```julia
using IJulia
jupyterlab()
```