This repository includes materials presented during the Open Science Best Practices presentation during the 2026 AMS Student Conference
Contents¶
Authors¶
Kevin Tyle, Max Grover, Doug Schuster
Contributors¶
Kristina Vrouwenvelder Evan Belkin
Running on Your Own Machine¶
If you are interested in running this material locally on your computer, you will need to follow this workflow:
Clone the repository:
git clone https://github.com/ktyle/AMS2026_OpenScienceMove into the
AMS2026_OpenSciencedirectorycd AMS2026_OpenScienceCreate and activate your conda environment from the
environment.ymlfileconda env create -f environment.yml conda activate AMS2026_OpenScienceMove into the
notebooksdirectory and start up Jupyterlabcd notebooks/ jupyter lab