features/test-scenarios/scenarios.json

15 lines
386 B
JSON
Raw Normal View History

2022-06-01 00:40:22 +03:00
{
"install_jupyterlab": {
"image": "mcr.microsoft.com/vscode/devcontainers/base:focal",
"remoteUser": "vscode",
2022-06-30 04:25:28 +03:00
"features": {
"common": {
"username": "vscode"
},
2022-06-30 04:25:28 +03:00
"python": {
"install_jupyterlab": true,
"configure_jupyterlab_allow_origin": "*"
}
2022-06-30 04:25:28 +03:00
}
2022-06-01 00:40:22 +03:00
}
}