Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poliastro/tutorial
Practical Mission Analysis with Python using poliastro
https://github.com/poliastro/tutorial
Last synced: about 1 month ago
JSON representation
Practical Mission Analysis with Python using poliastro
- Host: GitHub
- URL: https://github.com/poliastro/tutorial
- Owner: poliastro
- License: mit
- Created: 2019-10-14T00:04:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T00:49:07.000Z (12 months ago)
- Last Synced: 2024-04-13T21:48:44.777Z (9 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 14.9 MB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Practical Mission Analysis with Python using poliastro
## Remote/cloud usage
Binder will create a cloud environment with all the dependencies just for you!
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/poliastro/tutorial/main)
## Local installation
```
(.venv) $ pip install pip-tools && pip-sync
```or, alternatively,
```
(.venv) $ pip install -r requirements.txt
```