#!/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%20Hohmann%20and%20bielliptic%20transfers.ipynb) # # [![hohmann_bielliptic](docs/source/examples/hohmann_bielliptic.png)](docs/source/examples/Comparing%20Hohmann%20and%20bielliptic%20transfers.ipynb) # # ## [Exploring the New Horizons launch](docs/source/examples/Exploring%20the%20New%20Horizons%20launch.ipynb) # # [![new_horizons](docs/source/examples/new_horizons.png)](docs/source/examples/Exploring%20the%20New%20Horizons%20launch.ipynb) # # ## [Going to Jupiter with Python using Jupyter and poliastro](docs/source/examples/Going%20to%20Jupiter%20with%20Python%20using%20Jupyter%20and%20poliastro.ipynb) # # [![mars](docs/source/examples/jupiter.png)](docs/source/examples/Going%20to%20Jupiter%20with%20Python%20using%20Jupyter%20and%20poliastro.ipynb) # # ## [Going to Mars with Python using poliastro](docs/source/examples/Going%20to%20Mars%20with%20Python%20using%20poliastro.ipynb) # # [![mars](docs/source/examples/trans_30_260.png)](docs/source/examples/Going%20to%20Mars%20with%20Python%20using%20poliastro.ipynb) # # ## [Propagation using Cowell's formulation](docs/source/examples/Propagation%20using%20Cowell's%20formulation.ipynb) # # [![cowell](docs/source/examples/cowell.png)](docs/source/examples/Propagation%20using%20Cowell's%20formulation.ipynb) # # ## [Revisiting Lambert's problem in Python](docs/source/examples/Revisiting%20Lambert's%20problem%20in%20Python.ipynb) # # [![cowell](docs/source/examples/lambert.png)](docs/source/examples/Revisiting%20Lambert's%20problem%20in%20Python.ipynb) # # ## [Studying Hohmann transfers](docs/source/examples/Studying%20Hohmann%20transfers.ipynb) # # [![hohmann](docs/source/examples/hohmann.png)](docs/source/examples/Studying%20Hohmann%20transfers.ipynb) # # ## [Catch that asteroid!](docs/source/examples/Catch%20that%20asteroid!.ipynb) # # [![Florence](docs/source/examples/Florence.png)](docs/source/examples/Catch%20that%20asteroid!.ipynb) # # ## [Using NEOS package](docs/source/examples/Using%20NEOS%20package.ipynb) # # [![NEOS](docs/source/examples/NEOS.png)](docs/source/examples/Using%20NEOS%20package.ipynb) # # ## [Plotting in 3D](docs/source/examples/Plotting%20in%203D.ipynb) # # [![3DPlot](docs/source/examples/3DPlot.png)](docs/source/examples/Plotting%20in%203D.ipynb) # # ## [Visualizing the SpaceX Tesla Roadster trip to Mars](docs/source/examples/Visualizing%20the%20SpaceX%20Tesla%20Roadster%20trip%20to%20Mars.ipynb) # # [![3DPlot](docs/source/examples/Tesla.png)](docs/source/examples/Visualizing%20the%20SpaceX%20Tesla%20Roadster%20trip%20to%20Mars.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