M.Sc. Space Engineering, Computational Methods
Course page: https://leibniz-iwt.github.io/comp_eng/
- git clone the repository to a local branch.
- Set up a local conda environment using environment.yml with
Run
conda env create -f environment.yml.
- Activate the environment with
conda activate compeng. - Make changes to the
/notebooksfiles and ensure that all the example code runs locally. - When adding a new notebook, do not manually add it, but add it to toc.yml instead.
- Run
fix_books.py(helper script to fix GitHub pages errors). - Commit and push your changes to the repository:
git add . git commit -m "Your commit message" git push origin main
- The changes will be automatically reflected on the GitHub pages site.