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 . --path-output ../src/api/static
You can see the outputs in the ./src/api/static/_build
folder. For more information about building jupyter books see the docs.