Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 381 Bytes

File metadata and controls

26 lines (17 loc) · 381 Bytes

mpas-tutorial

A mini tutorial for standalone MPAS-A.

Building this site

Setup

conda env create -f environment.yml
conda activate mpas-tutorial

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