From ed0f03b7dd53810e414080209beaa4b95e1533f8 Mon Sep 17 00:00:00 2001 From: bjkuhn Date: Tue, 14 Jan 2025 19:04:47 -0500 Subject: [PATCH] Update requirements.txt 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. --- notebooks/DrizzlePac/sky_matching/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/notebooks/DrizzlePac/sky_matching/requirements.txt b/notebooks/DrizzlePac/sky_matching/requirements.txt index f7a82ad99..a0f1e97f4 100644 --- a/notebooks/DrizzlePac/sky_matching/requirements.txt +++ b/notebooks/DrizzlePac/sky_matching/requirements.txt @@ -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