Jupyter AI integration with Claude Code.
This project uses pixi.sh for dependency management and environment setup.
Install pixi.sh:
curl -fsSL https://pixi.sh/install.sh | bash- Clone the repository:
git clone <repository-url>
cd jupyter-ai-claude-code- Install dependencies and set up the environment:
pixi installThis will:
- Install JupyterLab from conda-forge
- Install Jupyter AI 3.0.0b5 from PyPI
- Install the package in editable mode
pixi run startThis will start JupyterLab with the Jupyter AI extension and this package available.
The package is automatically installed in editable mode during pixi install. To manually build:
pixi run python -m buildThe package source code is located in src/jupyter_ai_claude_code/.
- JupyterLab: Latest stable version from conda-forge
- Jupyter AI: Version 3.0.0b5 from PyPI
- Python: >=3.8
Revised BSD