-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4056f77
commit b983497
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
# loopstructural_paper_examples | ||
Notebooks and examples for the LoopStructural paper | ||
# LoopStructural 1.0: Time aware geological modelling | ||
https://doi.org/10.5194/gmd-2020-336 | ||
|
||
It is best to run this notebook using docker. | ||
This repository contains the jupyter notebooks used to create the case studies in the paper. To run the notebooks either import them directly into google colab or use [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lachlangrose/loopstructural_paper_examples/HEAD). | ||
|
||
docker pull loop3d/loop | ||
docker run -it -p 8888:8888 -v thisgitrepo:/home/jovyan/notebooks | ||
**WARNING: Some of the notebooks may be too heavy to run on cloud services** | ||
|
||
## Running using docker | ||
The notebooks can be run using a docker container. On a unix system simply run docker-compose up -d in this repository directory and a jupyter notebook server will be started with the examples. You wil be able to access the notebook server by visitng localhost:8899. | ||
|
||
## Installing locally | ||
Alternatively, the notebooks can be run locally by installing the required dependencies. For LoopStructural `pip install LoopStructural` will install the most recent version of LoopStructural. |