astropy-tutorials
astropy-tutorials copied to clipboard
Tutorials for the Astropy Project
Let's add a sidebar to our HTML page template (see also #513) that includes links to the section titles. This would need some code that parses the markdown content and...
Current version of rendered notebooks do not include a button to download the notebook and/or to launch the notebook in some cloud space (e.g., Binder).
### Description Error during the [Astronomical Coordinates Astropy tutorial](https://www.astropy.org/astropy-tutorials/rst-tutorials/1-Coordinates-Intro.html?highlight=filtertutorials) on step 27 where it converts from parallax to parsecs. Error "... object has no attribute 'to_value'" in distances.py on line...
It'd be great to have a GitHub Actions check to ensure that tutorial contributions are using the known keyword vocabulary (e.g. as specified in https://github.com/astropy/learn-astropy-librarian/blob/main/astropylibrarian/data/keywords.yaml) See also [astropy/learn-astropy#](https://github.com/astropy/learn-astropy/issues/42) for a...
It would help a lot with review to have a linter like flake8 or the like run on notebooks. Maybe this would need to use nbconvert to get a .py...
Hi all, I'm a GSoC student working with @bmorris3, @pllim, and @eteq. During the early stages of my project I developed some example use cases for [synphot](https://synphot.readthedocs.io/en/latest/#) that I think...
Tutorial written to walk through using FITS Tables, FITS images, displaying them, querying catalogs and comparing coordinates to match sources. Also walks through using some basic astropy units operations. Originally...
This is a little tutorial for creating your own Python object from scratch, building a `LightCurve` object and some related methods on it. This closes #408 (thanks for the tip,...