diff --git a/docs/users/jupyterlab/4.2/index.md b/docs/users/jupyterlab/4.2/index.md index aaf4a233b7765af62103372df8a700d5c5d2232a..dca5075bce333a3ca2613977bf37486b3facc976 100644 --- a/docs/users/jupyterlab/4.2/index.md +++ b/docs/users/jupyterlab/4.2/index.md @@ -102,7 +102,13 @@ If something's not working as expected, you may find additional information in t <img src="../../../images/jupyterview.png" alt="Kernels" style="width: 70%;"> </div> - +## Uninstall your own Extensions +To remove the previously installed extension, you have to set `PYTHONNOUSERSITE` to `0`. Otherwise pip will not look into the locally installed packages. +``` +source /tmp/custom/load_jupyter_version.sh # This loads the jupyter environment +PYTHONNOUSERSITE=0 pip uninstall jupyterview +``` +After a restart of your JupyterLab, the extension will be fully removed. ## Proxies