A Jupyter Book exhibiting PyMARE and comparing it to existing tools.
# To install the conda environment
conda env create -f environment.yml
# Activate the environment
conda activate pymare-book
# To install the SoS kernel.
python -m sos_notebook.install
# To install the R kernel.
IRkernel::installspec()