Jupyter notebook tutorials on a variety of topics using the radio-astro-tools packages, including a translation guide for CASA users.
Visit the tutorial page to access the rendered notebooks and helpful links for interactive using with Binder.
See CHANGELOG.md for notable changes, tracked by date.
Notebooks are kept free of cell outputs on master so diffs stay
reviewable. This is enforced by a pre-commit hook (nbstripout) plus a CI check that fails if a
notebook with outputs is pushed. To set up the hook locally:
pip install pre-commit nbstripout pre-commit install