features/test-scenarios/scenarios.json
2022-06-30 01:25:28 +00:00

15 lines
386 B
JSON

{
"install_jupyterlab": {
"image": "mcr.microsoft.com/vscode/devcontainers/base:focal",
"remoteUser": "vscode",
"features": {
"common": {
"username": "vscode"
},
"python": {
"install_jupyterlab": true,
"configure_jupyterlab_allow_origin": "*"
}
}
}
}