@@ -45,13 +45,13 @@ A kernel can be created from an active Python virtual environment with the follo
4545python -m ipykernel install --user --name="<kernel-name>" --display-name="<kernel-name>"
4646```
4747
48- ## Using Uenvs in JupyterLab
48+ ## Using uenvs in JupyterLab
4949
50- In the JupyterHub Spawner Options form mentioned above, it's possible to pass an Uenv and a view.
51- The Uenv will be mounted at ` /user-environment ` , and the specified view will be activated.
50+ In the JupyterHub Spawner Options form mentioned above, it's possible to pass an uenv and a view.
51+ The uenv will be mounted at ` /user-environment ` , and the specified view will be activated.
5252
53- If the Uenv includes the installation of a Python package, you will need to create a Jupyter kernel to make the package available in the notebooks.
54- If ` ipykernel ` is not available in the Uenv , you can create a Python virtual environment in a terminal within JupyterLab and install it there
53+ If the uenv includes the installation of a Python package, you will need to create a Jupyter kernel to make the package available in the notebooks.
54+ If ` ipykernel ` is not available in the uenv , you can create a Python virtual environment in a terminal within JupyterLab and install it there
5555
5656``` console
5757cd $SCRATCH
@@ -61,8 +61,8 @@ pip install ipykernel
6161
6262Then with that virtual environment activated, you can run the command to create the Jupyter kernel.
6363
64- !!! warning "Using remote Uenvs for the first time."
65- If the Uenv is not present in the local repository, it will be automatically fetched.
64+ !!! warning "Using remote uenv for the first time."
65+ If the uenv is not present in the local repository, it will be automatically fetched.
6666 As a result, JupyterLab may take slightly longer than usual to start.
6767
6868## Ending your interactive session and logging out
0 commit comments