Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 442 Bytes

File metadata and controls

27 lines (18 loc) · 442 Bytes

mpas-tutorial

A mini tutorial for standalone MPAS-A.

Building this site

Setup

conda env create -f environment.yml
conda activate mpas-tutorial
python -m pip install --pre "jupyter-book==2.*" --no-deps -v

Build

For development (runs a local server and watches for changes):

jupyter book start

For deployment (generates static HTML files in _build/html/):

jupyter book build --html