From 439242fbe2d26fcdc0871578c14818f0fa035349 Mon Sep 17 00:00:00 2001 From: James Munroe Date: Fri, 25 Jul 2025 15:04:45 -0400 Subject: [PATCH] Add improved support for git and GitHub within JupyterLab --- postBuild | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 postBuild diff --git a/postBuild b/postBuild new file mode 100644 index 00000000..fd959803 --- /dev/null +++ b/postBuild @@ -0,0 +1,4 @@ +set -ex + +# Add support for developing with git and GitHub +conda install -c conda-forge jupyterlab-git gh-scoped-creds