Example notebooks and documentation for using the MAST data archive. See a live version of this documentations here
To setup the environment for the notebooks we need to create the local conda environment:
conda env create -f environment.yml
conda activate mast-book
They run the notebooks!
Then build the book locally:
jb build .
You can see the outputs in the _build
folder. For more information about building jupyter books see the docs.