https://github.com/lancelet/guidance-jupyter
Jupyter Python notebooks for rocket guidance equations
https://github.com/lancelet/guidance-jupyter
Last synced: 3 months ago
JSON representation
Jupyter Python notebooks for rocket guidance equations
- Host: GitHub
- URL: https://github.com/lancelet/guidance-jupyter
- Owner: lancelet
- Created: 2020-12-14T04:57:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T04:58:46.000Z (over 4 years ago)
- Last Synced: 2025-01-13T21:27:39.448Z (4 months ago)
- Language: Jupyter Notebook
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jupyter Notebooks on Rocket Guidance
This is a repository for Jupyter notebooks on rocket guidance.
To edit the notebooks using the Docker Jupyter notebook image, run:
``` sh
docker run --rm -p 8888:8888 -v $(pwd):/home/jovyan/work jupyter/scipy-notebook:399cbb986c6b
```