diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-11-01 01:10:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 01:10:22 +0300 |
commit | 1313517fc4570e32e75b3bc405c7162e7911caff (patch) | |
tree | b580cce65dfb21c5ba5deaa518d9f02e7f51b9a4 /src/python | |
parent | 2ce89c4a5743e11c9d1d1a37e25373d2fea5fa8e (diff) |
Automated documentation update (#250)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/python/README.md b/src/python/README.md index 2f1434d..3e28acb 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -19,10 +19,10 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho |-----|-----|-----|-----| | version | Select a Python version to install. | string | os-provided | | installTools | Install common Python tools like pylint | boolean | true | -| optimize | Optimize Python for performance when compiled (slow) | boolean | - | +| optimize | Optimize Python for performance when compiled (slow) | boolean | false | | installPath | The path where python will be installed. | string | /usr/local/python | -| installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | - | -| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | - | +| installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | false | +| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | | |