diff options
Diffstat (limited to 'src/python/devcontainer-feature.json')
-rw-r--r-- | src/python/devcontainer-feature.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json index 238b8d1..c32e18a 100644 --- a/src/python/devcontainer-feature.json +++ b/src/python/devcontainer-feature.json @@ -37,6 +37,16 @@ "type": "boolean", "default": "true", "description": "If true, overrides existing version (if any) of python on the PATH" + }, + "install_jupyterlab": { + "type": "boolean", + "default": false, + "description": "Install JupyterLab, a web-based interactive development environment for notebooks" + }, + "configure_jupyterlab_allow_origin": { + "type": "string", + "default": "", + "description": "Configure JupyterLab to accept HTTP requests from the specified origin" } }, "containerEnv": { |