This repository includes materials presented during the Open Science Best Practices presentation during the 2026 AMS Student Conference
Kevin Tyle, Max Grover, Doug Schuster
Kristina Vrouwenvelder Evan Belkin
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_OpenScience
-
Move into the
AMS2026_OpenSciencedirectorycd AMS2026_OpenScience -
Create and activate your conda environment from the
environment.ymlfileconda env create -f environment.yml conda activate AMS2026_OpenScience
-
Move into the
notebooksdirectory and start up Jupyterlabcd notebooks/ jupyter lab