blob: 86010c3e5e819cc34ef626d8d8ee24bbce2cb488 (
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."
},
"pythonBinary": {
"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"
}
}
|