aboutsummaryrefslogblamecommitdiff
path: root/test/python/scenarios.json
blob: c3c1a828b5043f8fb020ee08005622e9639c43bf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11




                                  

                                                         



                           
                                                              

                               
                       
                                    




                                                     











                                                              


                                                                   

                                   
      










                                                                        




                                                                     

     
{
    "install_additional_python": {
        "image": "ubuntu:focal",
        "features": {
            "python": {
                "version": "3.11",
                "additionalVersions": "3.8,3.9.13,3.10.5"
            }
        }
    },
    "install_jupyterlab": {
        "image": "mcr.microsoft.com/devcontainers/base:focal",
        "remoteUser": "vscode",
        "features": {
            "python": {
                "version": "latest",
                "installJupyterlab": true,
                "configureJupyterlabAllowOrigin": "*"
            }
        }
    },
    "install_additional_jupyterlab": {
        "image": "mcr.microsoft.com/devcontainers/base:focal",
        "remoteUser": "vscode",
        "features": {
            "python": {
                "version": "latest",
                "additionalVersions": "3.9",
                "installJupyterlab": true,
                "configureJupyterlabAllowOrigin": "*"
            }
        }
    },
    "install_os_provided_python": {
        "image": "mcr.microsoft.com/devcontainers/base:0-bullseye",
        "features": {
            "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": {
            "python": "3.10"
        }
    }
}