diff options
Diffstat (limited to 'test/python/scenarios.json')
-rw-r--r-- | test/python/scenarios.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/python/scenarios.json b/test/python/scenarios.json index 920f4a2..c3c1a82 100644 --- a/test/python/scenarios.json +++ b/test/python/scenarios.json @@ -13,6 +13,7 @@ "remoteUser": "vscode", "features": { "python": { + "version": "latest", "installJupyterlab": true, "configureJupyterlabAllowOrigin": "*" } @@ -36,6 +37,17 @@ "python": "os-provided" } }, + "install_jupyterlab_from_python_image": { + "image": "mcr.microsoft.com/devcontainers/python:3.10-bullseye", + "remoteUser": "vscode", + "features": { + "python": { + "version": "none", + "installTools": false, + "installJupyterlab": true + } + } + }, "install_via_oryx": { "image": "mcr.microsoft.com/oryx/build:full-debian-bullseye", "features": { |