diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-05-13 01:56:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 01:56:12 +0300 |
commit | 73e20e52a2d48d915036007ea84db994a01df561 (patch) | |
tree | 254c186b9d01d0e7ac658973f3dd25a31933100a /src/jupyterlab/feature.json | |
parent | d43550293244d747235f1f1a91b2856bb7d1397b (diff) |
Jupyterlab: Update script and add pythonBinary as option (#12)
update sh + add arg
Diffstat (limited to 'src/jupyterlab/feature.json')
-rw-r--r-- | src/jupyterlab/feature.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/jupyterlab/feature.json b/src/jupyterlab/feature.json index e080339..86010c3 100644 --- a/src/jupyterlab/feature.json +++ b/src/jupyterlab/feature.json @@ -7,6 +7,12 @@ "proposals": ["latest", "3.6.2"], "default": "latest", "description": "Select or enter a jupyterlab version." + }, + "pythonBinary": { + "type": "string", + "proposals": ["python", "/usr/local/python/bin/python"], + "default": "python", + "description": "Select or enter the python binary path." } }, "extensions": [ |