diff options
Diffstat (limited to 'src/jupyterlab/devcontainer-feature.json')
-rw-r--r-- | src/jupyterlab/devcontainer-feature.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/jupyterlab/devcontainer-feature.json b/src/jupyterlab/devcontainer-feature.json new file mode 100644 index 0000000..8546925 --- /dev/null +++ b/src/jupyterlab/devcontainer-feature.json @@ -0,0 +1,33 @@ +{ + "id": "jupyterlab", + "name": "Jupyter Lab", + "options": { + "version": { + "type": "string", + "proposals": [ + "latest", + "3.6.2" + ], + "default": "latest", + "description": "Select or enter a jupyterlab version." + }, + "python_binary": { + "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 |