aboutsummaryrefslogtreecommitdiff
path: root/src/jupyterlab/feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/jupyterlab/feature.json')
-rw-r--r--src/jupyterlab/feature.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/jupyterlab/feature.json b/src/jupyterlab/feature.json
new file mode 100644
index 0000000..e080339
--- /dev/null
+++ b/src/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