kelle / astropy-tutorials

Tutorials for the Astropy package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorials

This repository contains tutorials for the Astropy project (also on github).

Running Tutorials

The easiest way to get started quickly is to use binder to run the tutorials in your web browser - when this loads, click the "tutorials" folder and you should see all the tutorials: Binder

To run the tutorials locally, you need jupyter notebook installed:

jupyter notebook

The tutorials are initially empty of any output. You can run them by pressing "Run All" under the "Cell" menu in the notebook file.

Dependencies

To deploy the notebooks, you will need:

  • IPython
  • Astropy
  • runipy
  • pandoc

Note, all except pandoc can be pip installed. To install pandoc, follow the instructions here: http://johnmacfarlane.net/pandoc/installing.html.

About

Tutorials for the Astropy package


Languages

Language:Jupyter Notebook 80.2%Language:CSS 9.6%Language:Python 5.5%Language:Shell 1.9%Language:Smarty 1.4%Language:HTML 1.3%