aboutsummaryrefslogtreecommitdiff
path: root/src/python/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-11-16 00:26:26 +0300
committerGitHub <noreply@github.com>2022-11-16 00:26:26 +0300
commitf9acb6aae1e520b0b61aaac9ab4ecb00dd497451 (patch)
treeee6c4e60efa56f52b6258f40d0b663da06b690a9 /src/python/devcontainer-feature.json
parenta5655189a24b04fc43f4ae9dcae0be5acf1b9ecb (diff)
Python bug fix - Add jupyterlab even if python is not installed by Feature but exists (#244)
* python fix bug * fix test * address comments * address comment
Diffstat (limited to 'src/python/devcontainer-feature.json')
-rw-r--r--src/python/devcontainer-feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json
index c1bcdc6..fbbf62c 100644
--- a/src/python/devcontainer-feature.json
+++ b/src/python/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "python",
- "version": "1.0.13",
+ "version": "1.0.14",
"name": "Python",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/python",
"description": "Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation.",