Closed jonathansick closed 2 years ago
By introspecting import statements in Python code cells, it should be possible to automatically identify what packages are related to a tutorial/guide resource, as opposed to relying on keywords and the keyword sorting database (https://github.com/astropy/learn-astropy-librarian/blob/main/astropylibrarian/data/keywords.yaml)
import
In the Learn Astropy meeting today we decided not to pursue this, and to instead curate these keywords for better relevance.
By introspecting
import
statements in Python code cells, it should be possible to automatically identify what packages are related to a tutorial/guide resource, as opposed to relying on keywords and the keyword sorting database (https://github.com/astropy/learn-astropy-librarian/blob/main/astropylibrarian/data/keywords.yaml)