Who are these notes for?#
This Jupyter Book should be useful for:
Upper-level undergraduates with some introductory background in physics and/or astronomy
Graduate students and researchers in astrophysics
Anyone else with some astronomy or physics background who is interested!
Interacting with the Book#
The code snippets in the book are all written in Python through Jupyter notebooks. Familiarity with the Python language and its scientific packages is useful, but not required.
This book is meant to be interactive, where you can open each chapter using Google Colab (see below) from the dropdown menu shown with a rocket. The runtime on Google Colab uses a version of Python that already has many useful packages (e.g., numpy, scipy, pandas, etc.) available with an import statement. Each cell can be modified and executed for your curiosity. Also, the text cells can be opened to reveal the source markup and formatting.
Cloning the Book#
All of the source material is publicly available in a GitHub repository saturnaxis/exoplanet-binary. The open source nature of GitHub allows you to clone the book to have a local copy. Note that this book is also meant to be a living document, where the content will continue to evolve and collaboration is welcome.