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" ] } },