Skip to content

Commit dcb554a

Browse files
lukasgdRMeli
andauthored
Update docs/access/jupyterlab.md
Co-authored-by: Rocco Meli <[email protected]>
1 parent b580e26 commit dcb554a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/access/jupyterlab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ For Python, the recommended setup consists of a uenv or container as a base imag
112112
python -m venv --system-site-packages venv-<base-image-version>
113113
```
114114

115-
where `<base-image-version>` can be replaced by an identifier uniquely referring to the base image (such virtual environments are specific for the base image and non-portable).
115+
where `<base-image-version>` can be replaced by an identifier uniquely referring to the base image (such virtual environments are specific for the base image and are not portable).
116116

117117
Jupyter kernels for Python are powered by [`ipykernel`](https://github.com/ipython/ipykernel).
118118
As a result, `ipykernel` must be installed in the target environment that will be used as a kernel. That can be done with `pip install ipykernel` (either as part of a Dockerfile or in an activated virtual environment on top of a uenv/container image).

0 commit comments

Comments
 (0)