1.0.3 • Published 3 years ago

@codspace/features-python v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Python (python)

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.

Example Usage

"features": {
        "codspace/features/python@latest": {
            "version": "latest"
        }
}

Options

Options IdDescriptionTypeDefault Value
versionSelect a Python version to install.stringos-provided
install_python_toolsInstall common Python tools like pylintbooleantrue
optimizeOptimize Python for performance when compiled (slow)boolean-
installPathThe path where python will be installed.string/usr/local/python
override_default_versionIf true, overrides existing version (if any) of python on the PATHbooleantrue
install_jupyterlabInstall JupyterLab, a web-based interactive development environment for notebooksboolean-
configure_jupyterlab_allow_originConfigure JupyterLab to accept HTTP requests from the specified originstring-

Note: This file was auto-generated from the devcontainer-feature.json.