Magics are currently provided for Jupyter AI via the package jupyter-ai-magics (current version 2.31.6). This works with Jupyter AI v2 but will not work with the collection of extensions for v3 developed in https://github.com/jupyter-ai-contrib, which use litellm via the https://github.com/jupyter-ai-contrib/jupyter-ai-litellm repository. Therefore, we introduce an updated magics package, titled jupyter_ai_magic_commands (v0.0.1) for use with Jupyter AI v3.
Create the environment:
conda create -n v3 python=3.13 nodejs=20
conda activate v3
To install basic Jupyter AI from scratch using the package collection in https://github.com/jupyter-ai-contrib:
pip install jupyter-ai-router jupyter-ai-persona-manager jupyter-ai-jupyternaut
pip install jupyter-ai-magic-commands