From 3ac59ef2e8ede7b90fcf4802eb58e21d4357cc8c Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Sat, 14 Sep 2024 21:20:24 +0200 Subject: [PATCH] add variableinspector, jupyterlab-git --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 88a3d79..91850bf 100644 --- a/Containerfile +++ b/Containerfile @@ -28,6 +28,8 @@ ENV PKGS_PIP="jupyter \ rope \ jupyterthemes \ jupyterlab-vim \ + jupyterlab-git \ + lckr_jupyterlab_variableinspector \ jupyterlab-code-formatter \ black \ isort \