#!/usr/bin/env python # coding: utf-8 # # Gallery of examples # # ![logo_text.png](docs/source/examples/logo_text.png) # # Here you can browse a gallery of examples using poliastro in the form of Jupyter notebooks. # ## [Comparing Hohmann and bielliptic transfers](docs/source/examples/Comparing Hohmann and bielliptic transfers.ipynb) # # [![hohmann_bielliptic](docs/source/examples/hohmann_bielliptic.png)](docs/source/examples/Comparing Hohmann and bielliptic transfers.ipynb) # # ## [Exploring the New Horizons launch](docs/source/examples/Exploring the New Horizons launch.ipynb) # # [![new_horizons](docs/source/examples/new_horizons.png)](docs/source/examples/Exploring the New Horizons launch.ipynb) # # ## [Going to Jupiter with Python using Jupyter and poliastro](docs/source/examples/Going to Jupiter with Python using Jupyter and poliastro.ipynb) # # [![mars](docs/source/examples/jupiter.png)](docs/source/examples/Going to Jupiter with Python using Jupyter and poliastro.ipynb) # # ## [Going to Mars with Python using poliastro](docs/source/examples/Going to Mars with Python using poliastro.ipynb) # # [![mars](docs/source/examples/trans_30_260.png)](docs/source/examples/Going to Mars with Python using poliastro.ipynb) # # ## [Propagation using Cowell's formulation](docs/source/examples/Propagation using Cowell's formulation.ipynb) # # [![cowell](docs/source/examples/cowell.png)](docs/source/examples/Propagation using Cowell's formulation.ipynb) # # ## [Revisiting Lambert's problem in Python](docs/source/examples/Revisiting Lambert's problem in Python.ipynb) # # [![cowell](docs/source/examples/lambert.png)](docs/source/examples/Revisiting Lambert's problem in Python.ipynb) # # ## [Studying Hohmann transfers](docs/source/examples/Studying Hohmann transfers.ipynb) # # [![hohmann](docs/source/examples/hohmann.png)](docs/source/examples/Studying Hohmann transfers.ipynb) # # ## [Catch that asteroid!](docs/source/examples/Catch that asteroid!.ipynb) # # [![Florence](docs/source/examples/Florence.png)](docs/source/examples/Catch that asteroid!.ipynb) # # ## [Using NEOS package](docs/source/examples/Using NEOS package.ipynb) # # [![NEOS](docs/source/examples/NEOS.png)](docs/source/examples/Using NEOS package.ipynb) # # ## [Plotting in 3D](docs/source/examples/Plotting in 3D.ipynb) # # [![3DPlot](docs/source/examples/3DPlot.png)](docs/source/examples/Plotting in 3D.ipynb) # # ## [Visualizing the SpaceX Tesla Roadster trip to Mars](docs/source/examples/Visualizing the SpaceX Tesla Roadster trip to Mars.ipynb) # # [![3DPlot](docs/source/examples/Tesla.png)](docs/source/examples/Visualizing the SpaceX Tesla Roadster trip to Mars.ipynb) # ## Old notebooks # # These notebooks are based on old versions of poliastro and cannot be run with current ones. They are kept here for historical purposes. # # * https://github.com/poliastro/poliastro/blob/c361af5/examples/Solving%20Lambert's%20problem%20in%20Python.ipynb # * https://github.com/poliastro/poliastro/blob/9e71402/examples/Quickly%20solving%20Kepler's%20Problem%20in%20Python%20using%20numba.ipynb