From 95ed40f319f29485e18fd5c77694cb1c8744a3a5 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Tue, 20 Aug 2024 11:30:03 -0700 Subject: [PATCH 1/2] Removing jupyterlab-myst extension from datahub image --- deployments/datahub/images/default/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/datahub/images/default/environment.yml b/deployments/datahub/images/default/environment.yml index 9d5aa9aa2..9ec51db74 100644 --- a/deployments/datahub/images/default/environment.yml +++ b/deployments/datahub/images/default/environment.yml @@ -232,6 +232,6 @@ dependencies: # [DH-319] https://github.com/berkeley-dsep-infra/datahub/issues/5827, ESPM 157 - ibis-framework[pandas,duckdb]==9.2.0 - - jupyterlab_myst==2.4.2 + # - jupyterlab_myst==2.4.2 (Causing issues with rendering of the latex output # ATTEMPT TO PUT NEW PACKAGES IN THE CONDA LIST ABOVE FIRST, RATHER THAN PIP From 0d000a0a3d72303d64bc619b0bba88ad3a0544a5 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Tue, 20 Aug 2024 11:32:04 -0700 Subject: [PATCH 2/2] Fixing comment --- deployments/datahub/images/default/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/datahub/images/default/environment.yml b/deployments/datahub/images/default/environment.yml index 9ec51db74..3dcec245a 100644 --- a/deployments/datahub/images/default/environment.yml +++ b/deployments/datahub/images/default/environment.yml @@ -232,6 +232,6 @@ dependencies: # [DH-319] https://github.com/berkeley-dsep-infra/datahub/issues/5827, ESPM 157 - ibis-framework[pandas,duckdb]==9.2.0 - # - jupyterlab_myst==2.4.2 (Causing issues with rendering of the latex output + # - jupyterlab_myst==2.4.2 (Causing issues with rendering of the latex output for a CEE course) # ATTEMPT TO PUT NEW PACKAGES IN THE CONDA LIST ABOVE FIRST, RATHER THAN PIP