aboutsummaryrefslogtreecommitdiff
path: root/test-scenarios/scenarios.json
blob: d07dda9e7e7a74e55903f74c1082657f8bd6ee54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "install_jupyterlab": {
        "image": "mcr.microsoft.com/vscode/devcontainers/base:focal",
        "remoteUser": "vscode",
        "features": {
            "common": {
                "username": "vscode"
            },
            "python": {
                "install_jupyterlab": true,
                "configure_jupyterlab_allow_origin": "*"
            }
        }
    }
}