astropy / learn-astropy-librarian

The content crawler that supplies Learn Astropy's web search.
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Capture Python package keywords from introspection of Python imports #14

Closed jonathansick closed 2 years ago

jonathansick commented 3 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)

jonathansick commented 2 years ago

In the Learn Astropy meeting today we decided not to pursue this, and to instead curate these keywords for better relevance.