https://github.com/climatemargo/margo-paper
https://github.com/climatemargo/margo-paper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/climatemargo/margo-paper
- Owner: ClimateMARGO
- Created: 2020-08-04T16:33:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T14:56:25.000Z (almost 4 years ago)
- Last Synced: 2025-07-02T23:05:27.128Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 36.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MARGO-paper
[](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()
```