Package providing Jupyter AI magic commands in IPython
Project Links
Meta
Author: Project Jupyter
Requires Python: >=3.9
Classifiers
Framework
- Jupyter
License
- OSI Approved :: BSD License
Programming Language
- Python
- Python :: 3
- Python :: 3.9
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
jupyter-ai-magic-commands
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.
Installation
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
Wheel compatibility matrix
Files in release
Extras:
Dependencies:
click
(<9,>=8.1.0)
ipython
jupyter-ai-litellm
(>=0.0.2)
pydantic
(<3,>=2.10.0)