aboutsummaryrefslogtreecommitdiff
path: root/src/jupyterlab/feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-05-13 01:56:12 +0300
committerGitHub <noreply@github.com>2022-05-13 01:56:12 +0300
commit73e20e52a2d48d915036007ea84db994a01df561 (patch)
tree254c186b9d01d0e7ac658973f3dd25a31933100a /src/jupyterlab/feature.json
parentd43550293244d747235f1f1a91b2856bb7d1397b (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.json6
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": [