aboutsummaryrefslogblamecommitdiff
path: root/src/jupyterlab/feature.json
blob: e08033912c19b83bf35b0f349d5e43491c135709 (plain) (tree)




















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