Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
This notebook is failing to display astropy tables with the `table.show_in_notebook()` method because there is no module `ipydatagrid` found.  After adding `ipydatagrid` to the environment, the tables display correctly, and the notebook fully executes.
  • Loading branch information
bjkuhn authored Jan 15, 2025
1 parent 3e8b6cc commit ed0f03b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/DrizzlePac/sky_matching/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
astropy>=5.3.3
astroquery>=0.4.6
drizzlepac>=3.5.1
ipydatagrid>=1.4.0
ipython>=8.11.0
matplotlib>=3.7.0
pandas>=1.5.3

0 comments on commit ed0f03b

Please sign in to comment.