From fab1bc2581db01a7e14f6c9726053749487d0d49 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Thu, 12 Jun 2025 13:41:14 +1000 Subject: [PATCH] added notebook --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8786236..683ff27 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "cpus": 2 }, "waitFor": "onCreateCommand", - "updateContentCommand": "pip install -e ", + "updateContentCommand": "pip install -e .", "postCreateCommand": "", "postStartCommand": "git reset --hard && git clean -fd", "customizations": {