aboutsummaryrefslogtreecommitdiff
path: root/test-scenarios/scenarios.json
diff options
context:
space:
mode:
Diffstat (limited to 'test-scenarios/scenarios.json')
-rw-r--r--test-scenarios/scenarios.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/test-scenarios/scenarios.json b/test-scenarios/scenarios.json
index e97b853..bbb61e7 100644
--- a/test-scenarios/scenarios.json
+++ b/test-scenarios/scenarios.json
@@ -16,5 +16,24 @@
}
}
]
+ },
+ "install_jupyterlab": {
+ "image": "mcr.microsoft.com/vscode/devcontainers/base:focal",
+ "remoteUser": "vscode",
+ "features": [
+ {
+ "id": "common",
+ "options": {
+ "username": "vscode"
+ }
+ },
+ {
+ "id": "python",
+ "options": {
+ "install_jupyterlab": true,
+ "configure_jupyterlab_allow_origin": "*"
+ }
+ }
+ ]
}
} \ No newline at end of file