From 9efe4b3c4a5f07c45cf6ed69900006eed0e844b9 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Mon, 9 May 2022 18:16:15 -0400 Subject: init (#1) * init * some copy pastin * install.sh ref * fixes --- collection/jupyterlab/feature.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 collection/jupyterlab/feature.json (limited to 'collection/jupyterlab/feature.json') 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 -- cgit v1.2.3