diff --git a/.devcontainer/config/sailbot_workspace.code-workspace b/.devcontainer/config/sailbot_workspace.code-workspace index 954e8fe15..6967e20c5 100644 --- a/.devcontainer/config/sailbot_workspace.code-workspace +++ b/.devcontainer/config/sailbot_workspace.code-workspace @@ -18,6 +18,9 @@ { "path": "../../src/network_systems" }, + { + "path": "../../src/notebooks" + }, { "path": "../../src/raye-local-pathfinding" }, @@ -125,6 +128,8 @@ "editor.formatOnSave": true, "editor.rulers": [99], }, + "notebook.formatOnCellExecution": true, + "notebook.formatOnSave.enabled": true, "python.analysis.diagnosticMode": "workspace", "python.analysis.extraPaths": [ "/workspaces/sailbot_workspace/install/lib/python3.10/site-packages", diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b446a3eef..8c6feb167 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -66,6 +66,7 @@ "ms-python.black-formatter", "ms-python.isort", "ms-python.vscode-pylance", + "ms-toolsai.jupyter", "ms-vsliveshare.vsliveshare", "njpwerner.autodocstring", "streetsidesoftware.code-spell-checker", diff --git a/src/new_project.repos b/src/new_project.repos index f0c32dbaa..b9083c076 100644 --- a/src/new_project.repos +++ b/src/new_project.repos @@ -42,6 +42,11 @@ repositories: url: https://github.com/UBCSailbot/network_systems version: main + notebooks: + type: git + url: https://github.com/UBCSailbot/notebooks + version: main + raye-local-pathfinding: type: git url: https://github.com/UBCSailbot/raye-local-pathfinding