CBE 20258 and CBE 60258 at U. Notre Dame
https://ndcbe.github.io/data-and-computing/
conda create -n jbook python=3.9
conda activate jbook
conda install -c conda-forge jupyter-book
conda install -c conda-forge jupyterlab
conda install -c anaconda pandas
conda install -c anaconda numpy
conda install -c anaconda matplotlib
conda install -c conda-forge ghp-import
To build, run jb build ../data-and-computing/
when inside the data-and-computing
folder.