{ "cells": [ { "cell_type": "markdown", "id": "7fb27b941602401d91542211134fc71a", "metadata": { "papermill": { "duration": 0.004842, "end_time": "2026-06-30T01:14:44.666645+00:00", "exception": false, "start_time": "2026-06-30T01:14:44.661803+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.003283, "end_time": "2026-06-30T01:14:44.673909+00:00", "exception": false, "start_time": "2026-06-30T01:14:44.670626+00:00", "status": "completed" }, "tags": [] }, "source": [ "