{ "cells": [ { "cell_type": "markdown", "id": "7fb27b941602401d91542211134fc71a", "metadata": { "papermill": { "duration": 0.004588, "end_time": "2026-05-16T13:48:01.869147+00:00", "exception": false, "start_time": "2026-05-16T13:48:01.864559+00:00", "status": "completed" }, "tags": [] }, "source": [ "# Getting Started with galpy\n", "\n", "This tutorial introduces the most basic features of galpy: setting up gravitational potentials,\n", "plotting rotation curves, understanding galpy's unit system, and integrating orbits.\n", "\n", "galpy's two core modules are `galpy.potential` (gravitational potentials) and `galpy.orbit` (orbit integration)." ] }, { "cell_type": "markdown", "id": "77a244d9", "metadata": { "papermill": { "duration": 0.003551, "end_time": "2026-05-16T13:48:01.876505+00:00", "exception": false, "start_time": "2026-05-16T13:48:01.872954+00:00", "status": "completed" }, "tags": [] }, "source": [ "