astropy/astropy-tutorials

Files missing in tutorial notebook

stephtdouglas opened this issue · 3 comments

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'

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

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