From f86882a083c57d1c26aa8d7e1e6b072957f68d46 Mon Sep 17 00:00:00 2001 From: "Soojin (Min) Choi" Date: Fri, 18 Nov 2022 09:40:37 -0800 Subject: [PATCH] included Jupyter extension to ds template --- .../.devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containers/jupyter-datascience-notebooks/.devcontainer/devcontainer.json b/containers/jupyter-datascience-notebooks/.devcontainer/devcontainer.json index 3758570041..fdf935b4d2 100644 --- a/containers/jupyter-datascience-notebooks/.devcontainer/devcontainer.json +++ b/containers/jupyter-datascience-notebooks/.devcontainer/devcontainer.json @@ -26,7 +26,8 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ - "ms-python.python" + "ms-python.python", + "ms-toolsai.jupyter" ] } },