Skip to content

Commit

Permalink
fix to conda install instructions in readme (#610)
Browse files Browse the repository at this point in the history
(cherry picked from commit fb77735)
  • Loading branch information
Tom-A-Lynch authored and JasonWeill committed Jan 31, 2024
1 parent ff6c0ad commit e4e7f2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ If you are not using JupyterLab and you only want to install the Jupyter AI `%%a

$ pip install jupyter_ai_magics

### With conda

As an alternative to using `pip`, you can install `jupyter-ai` using
[Conda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html)
from the `conda-forge` channel:

$ conda install conda-forge::jupyter-ai

## The `%%ai` magic command

The `%%ai` magic works anywhere the IPython kernel runs, including JupyterLab, Jupyter Notebook, Google Colab, and Visual Studio Code.
Expand Down

0 comments on commit e4e7f2f

Please sign in to comment.