Skip to content

toltec-astro/tolteca_tutorials

Repository files navigation

TolTECA Tutorials

This repository contains tutorials for TolTEC data analysis.

To see the tutorials rendered as static web pages, see the TolTECA tutorials site.

How to run

To run the tutorials interactively, you'll need to make sure you have Jupyter notebook installed, then clone or download this repository. The notebook files themselves live in the tutorials directory of this repository, organized by the names of the tutorials.

The tutorials depends on TolTECA python packages and some other supporting packages. To install those packages, run the following (preferrably in a dedicated virtual environment):

$ cd tolteca_tutorials
$ pip install -r pip-requirements.txt

You can also get started quickly using Binder to run the tutorials in your web browser within a remote server:

Acknowledgement

This repo makes use of the astropy-tutorials repo as the template.

Contributing tutorial material

Please see the "For contributors" section of the tutorials documentation for information on how to get started.

Tutorial infrastructure

For more information on the infrastructure that builds the tutorials, see the infrastructure/developer section of the tutorials documentation.