Skip to content

jupyter-ai-contrib/jupyter-ai-claude-code

Repository files navigation

Jupyter AI Claude Code

Jupyter AI integration with Claude Code.

Setup

This project uses pixi.sh for dependency management and environment setup.

Prerequisites

Install pixi.sh:

curl -fsSL https://pixi.sh/install.sh | bash

Installation

  1. Clone the repository:
git clone <repository-url>
cd jupyter-ai-claude-code
  1. Install dependencies and set up the environment:
pixi install

This will:

  • Install JupyterLab from conda-forge
  • Install Jupyter AI 3.0.0b5 from PyPI
  • Install the package in editable mode

Usage

Start JupyterLab

pixi run start

This will start JupyterLab with the Jupyter AI extension and this package available.

Build the Package

The package is automatically installed in editable mode during pixi install. To manually build:

pixi run python -m build

Development

The package source code is located in src/jupyter_ai_claude_code/.

Dependencies

  • JupyterLab: Latest stable version from conda-forge
  • Jupyter AI: Version 3.0.0b5 from PyPI
  • Python: >=3.8

License

Revised BSD

About

A Jupyter AI persona for Claude Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages