Skip to content

scipp-atlas/mapyde-tutorial

Repository files navigation

mapyde Tutorial (0.0.1)

Tutorial given at the Reinterpretation Forum 2022.

The tutorial is based off of mapyde v0.4.4

Binder DOI

Deploy Jupyter Book pre-commit.ci status

Setup

In a Python virtual environment run the following

python -m pip install -r binder/requirements.txt
python -m pip install -r book/requirements.txt

Build

To build the book after setup simply run

make build

Past tutorials