Tutorials
Here are some tutorials which go further in depth into MSIBI use cases. For quick-start examples of code using MSIBI’s API see Examples.
The introduction tutorial uses .gsd files that are stored in the source repository. These are not packaged with the conda-forge distribution of msibi, and depending on how you installed msibi from source, they may or may not be accessible. To ensure these files are accessible when running this tutorial, please use the following installation steps.
This uses the anaconda package manager.
git clone https://github.com/mosdef-hub/msibi
cd msibi
conda env create -f environment.yml
conda activate msibi
conda install jupyter
pip install -e .