A mini tutorial for standalone MPAS-A.
conda env create -f environment.yml
conda activate mpas-tutorialFor development (runs a local server and watches for changes):
jupyter book startFor deployment (generates static HTML files in _build/html/):
jupyter book build --html