Skip to content

Commit

Permalink
Uninstallation with conda
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill committed Feb 1, 2024
1 parent 348ae2e commit 8082fa4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/source/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,25 @@ jupyter lab

## Uninstallation

To remove the extension, run:
If you installed Jupyter AI using `pip`, to remove the extension, run:

$ pip uninstall jupyter_ai

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.
Expand Down

0 comments on commit 8082fa4

Please sign in to comment.