From b6152adfb09ef826ffa109bd816b3990c7778395 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Tue, 3 May 2022 06:33:08 -0400 Subject: [PATCH] build-systems: add notebook-shim and jupyterlab-code-formatter --- overrides/build-systems.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 1ccdbca..d3fe357 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -548,6 +548,9 @@ "jupyterlab": [ "jupyter-packaging" ], + "jupyterlab-code-formatter": [ + "jupyter-packaging" + ], "jupyterlab-pygments": [ "jupyter-packaging" ], @@ -728,6 +731,9 @@ "nkdfu": [ "flitBuildHook" ], + "notebook-shim": [ + "jupyter-packaging" + ], "notus-scanner": [ "poetry-core" ],