A mini tutorial for standalone MPAS-A.
conda env create -f environment.yml
conda activate mpas-tutorial
python -m pip install --pre "jupyter-book==2.*" --no-deps -v
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