https://github.com/fastscape-lem/gilbert-board
A demonstration of Fastscape in an interactive GUI
https://github.com/fastscape-lem/gilbert-board
geomorphology gilbert ipycanvas ipywidgets jupyter landscape modeling
Last synced: 6 months ago
JSON representation
A demonstration of Fastscape in an interactive GUI
- Host: GitHub
- URL: https://github.com/fastscape-lem/gilbert-board
- Owner: fastscape-lem
- License: bsd-3-clause
- Created: 2019-10-15T13:33:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T10:33:22.000Z (about 4 years ago)
- Last Synced: 2025-03-27T17:51:51.983Z (7 months ago)
- Topics: geomorphology, gilbert, ipycanvas, ipywidgets, jupyter, landscape, modeling
- Language: Python
- Size: 1.42 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gilbert Board
A demonstration of Fastscape in an interactive GUI.
| Run the notebook | Run the dashboard | Run locally |
| --- | --- | --- |
| [](https://mybinder.org/v2/gh/fastscape-lem/gilbert-board/master?filepath=gilbert_board.ipynb) | [](https://mybinder.org/v2/gh/fastscape-lem/gilbert-board/master?urlpath=%2Fvoila%2Frender%2Fgilbert_board.ipynb) | See below |
## Install and run it locally
Assuming that you have `git` and
[conda](https://conda.io/docs/index.html) installed, you just need to
run the following commands to install and activate the environment:```
$ git clone https://github.com/fastscape-lem/gilbert-board
$ cd gilbert-board
$ conda env create -f environment.yml
$ conda activate gilbert-board
```Then run the command below to start the notebook server. It should open
a new tab in your browser.```
$ jupyter notebook
```Alternatively, you can run the `voilà` dashboard:
```
$ voila gilbert_board.ipynb --enable_nbextensions=True
```