CSCI P-14110 Introduction to Programming, Computational Science, and Data Visualization

This is the course website CSCI P-14110

Rebound Solar System

First install with pip: add !pip install rebound in your jupyter notebook. Then you should be able to do import rebound in your notebook to import this package. See this website for more info about installing and testing rebound.

To make your own solar system model, you can check out the NASA Horizon interface and the Starman example. This pings the NASA Horizon telescope to get the current positions of all the planets.

EXTENTIONS: Can you plot Kepler data using this package? (Hint: check this out.)

Materials