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