diff options
Diffstat (limited to 'src/jupyterlab/feature.json')
-rw-r--r-- | src/jupyterlab/feature.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/jupyterlab/feature.json b/src/jupyterlab/feature.json deleted file mode 100644 index 86010c3..0000000 --- a/src/jupyterlab/feature.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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" - } -}
\ No newline at end of file |