From e4e7f2f52e6f631deb8fab49792f13de034fec43 Mon Sep 17 00:00:00 2001 From: Tom Lynch <33132734+Tom-A-Lynch@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:08:27 -0800 Subject: [PATCH] fix to conda install instructions in readme (#610) (cherry picked from commit fb777350e843bc1aa35e484b5356a51c3bef9df2) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6718d4f25..2db98c244 100644 --- a/README.md +++ b/README.md @@ -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.