diff --git a/docs/source/users/index.md b/docs/source/users/index.md index b5b703a0f..d678931b0 100644 --- a/docs/source/users/index.md +++ b/docs/source/users/index.md @@ -114,7 +114,7 @@ jupyter lab ## Uninstallation -To remove the extension, run: +If you installed Jupyter AI using `pip`, to remove the extension, run: $ pip uninstall jupyter_ai @@ -122,6 +122,17 @@ or $ pip uninstall jupyter_ai_magics +If you installed Jupyter AI using `conda`, you can remove it by running: + + $ conda remove jupyter-ai + +or + + $ conda remove jupyter-ai-magics + +Note that the `pip` package names use underscores, and the `conda` package +names use hyphens. + ## Model providers Jupyter AI supports a wide range of model providers and models. To use Jupyter AI with a particular provider, you must install its Python packages and set its API key (or other credentials) in your environment or in the chat interface.