From 1139f0d2f169b878c8bd05459f93a1567084caf3 Mon Sep 17 00:00:00 2001 From: Jason Weill <93281816+JasonWeill@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:56:01 -0700 Subject: [PATCH] jupyter_ai and jupyter_ai_magics version match --- docs/source/users/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/users/index.md b/docs/source/users/index.md index 2f640f579..83f91781d 100644 --- a/docs/source/users/index.md +++ b/docs/source/users/index.md @@ -42,6 +42,8 @@ conda install jupyterlab~=4.0 The `jupyter_ai_magics` package, which provides exclusively the IPython magics, does not depend on JupyterLab or `jupyter_ai`. You can install `jupyter_ai_magics` without installing `jupyterlab` or `jupyter_ai`. +If you have both `jupyter_ai_magics` and `jupyter_ai` installed, you should +have the same version of each, to avoid errors. ## Installation