fastscape-lem / gilbert-board

A demonstration of Fastscape in an interactive GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gilbert Board

A demonstration of Fastscape in an interactive GUI.

Run the notebook Run the dashboard Run locally
Binder Binder See below

Gilbert Board

Install and run it locally

Assuming that you have git and conda 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

About

A demonstration of Fastscape in an interactive GUI

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 84.7%Language:Jupyter Notebook 15.3%