Validation of SimPEG code against analytic solutions and UBC-GIF modeling packages.
The SimPEG validation websites was created using Jupyter Book.
In order to build it from its sources, you first need to install
jupyter-book
with pip
:
pip install -U jupyter-book
or with conda
(or mamba
):
conda install -c conda-forge jupyter-book
Once you have jupyter-book
installed, clone this repository to download the
sources:
git clone https://www.github.com/simpeg/validations
cd validations
You can now build the website by simply running:
jupyter-book build .
Finally, you can preview the website by opening the _build/html/index.html
with your web browser.