From 794cc286e53e0b1e51b880bc6649ce742760b88d Mon Sep 17 00:00:00 2001 From: Jonathan Felder Date: Fri, 30 Aug 2024 17:18:12 -0700 Subject: [PATCH] [DH-361] adding jupytext and jupyterlab-git --- deployments/nature/image/environment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployments/nature/image/environment.yml b/deployments/nature/image/environment.yml index 7e657a279..9e5f85aa6 100644 --- a/deployments/nature/image/environment.yml +++ b/deployments/nature/image/environment.yml @@ -6,11 +6,14 @@ channels: dependencies: # Items required for basic level functionality +- gh-scoped-creds==4.1 - git==2.46.0 - jupyter-resource-usage=1.1.0 - jupyterhub==4.1.6 - jupyterlab==4.2.5 - jupyter_server==2.14.2 +- jupyterlab-git==0.50.1 +- jupytext==1.16.4 - nbgitpuller==1.2.1 - notebook==7.2.2 - python==3.11.* @@ -21,7 +24,6 @@ dependencies: # other packages - altair==5.4.1 -- gh-scoped-creds==4.1 - ibis-framework[pandas,duckdb]==9.3.0 - jupyterlab-myst==2.4.2 - leafmap==0.36.10