astropy / astropy-tutorials

Tutorials for the Astropy Project
BSD 3-Clause "New" or "Revised" License
290 stars 174 forks source link

Files missing in tutorial notebook #487

Open stephtdouglas opened 3 years ago

stephtdouglas commented 3 years ago

Hey y'all, my student is currently trying to use one of the Tables tutorials, and the links to the example data seem broken/missing. This is the one we're working on right now: https://learn.astropy.org/rst-tutorials/plot-catalog.html?highlight=filtertutorials%20filtertable#exercises

There are lines that say (see simple_table.csv) and (see Young-Objects-Compilation.csv)

but it's not clear where to get those files. I'm not sure if they used to be links?

We're able to get the code to run by clicking the "interactive tutorial notebook", so somehow they're being loaded there. But if we "download tutorial notebook", then we get errors

FileNotFoundError: [Errno 2] No such file or directory: 'simple_table.csv'
pllim commented 3 years ago

Files are here: https://github.com/astropy/astropy-tutorials/tree/main/tutorials/notebooks/plot-catalog

stephtdouglas commented 3 years ago

Thanks - it would be good to have those linked on the tutorial page itself, or downloaded along with the ipynb, so that other users don't need to go hunting for the tutorial data

pllim commented 3 years ago

@stephtdouglas , I agree! I think @jonathansick is revamping the page right now?