aboutsummaryrefslogblamecommitdiff
path: root/src/jupyterlab/devcontainer-feature.json
blob: 8546925ff5591ae61ea308ea42237bda64fbb392 (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                             



                          

                                                                  
          
                          
                             



                                              

                                                                    











                                   
{
    "id": "jupyterlab",
    "name": "Jupyter Lab",
    "options": {
        "version": {
            "type": "string",
            "proposals": [
                "latest",
                "3.6.2"
            ],
            "default": "latest",
            "description": "Select or enter a jupyterlab version."
        },
        "python_binary": {
            "type": "string",
            "proposals": [
                "python",
                "/usr/local/python/bin/python"
            ],
            "default": "python",
            "description": "Select or enter the python binary path."
        }
    },
    "extensions": [
        "ms-python.python",
        "ms-python.vscode-pylance",
        "ms-toolsai.jupyter"
    ],
    "install": {
        "app": "",
        "file": "install.sh"
    }
}