Welcome to SpacecraftDynamics repository! 👋
This educational resource was built with to support the study of EMS515U: Introduction to Spacecraft Dynamics at the School of Engineering and Material Sciences within Queen Mary, University of London.
This project is a collection of modules aimed at undergraduate engineering students. Each module makes up separate lessons that are accompanied by computational problem-solving tutorials written as Jupyter notebooks (Python 🐍). This aims to develop the students' skills in 21st century computing by framing engineering problems as computational methods.
TBC.
- This project is still under-development so contributions and suggestions are welcome.
We welcome contributions from the community! Please see our CONTRIBUTING.md file for detailed guidelines on how to contribute to this project.
conda env create -f environment.yml
conda activate spacecraft-dynamics
Run the following command in your terminal: jb build .
.
If you would like to work with a clean build, you can empty the build folder by running jb clean .
. If the jupyter execution is cached, this command will not delete the cached folder. To remove the build folder, you can run jb clean --all .
.
Run ghp-import -n -p -f _build/html