To view notebooks online visit nbviewer.
If you want to run notebooks locally, please first install the following packages: jupyter obspy obspyh5 tqdm rf yam.
The easiest way to install the dependencies is via anaconda:
conda create -n notebooks python=3 jupyter obspy h5py tqdm cartopy geographiclib shapely gcc
conda activate notebooks
pip install obspyh5 rf yam
After that, clone the notebooks repository or download individual notebooks.
Navigate to the folder of the repository and run jupyter notebook to play with the code and the data.
A data folder has to be created in that directory.