Jupyter-Native AI Agent Engine
Project description
JupyDeep: Your AI partner in Jupyter
JupyDeep is an AI-native extension for JupyterLab, your always-on intelligent partner powered by Pydantic AI/Agents and beyond.
JupyDeep bridges the gap between large language models and complex, high-performance data analysis workflows. By integrating an intelligent agent engine directly into the Jupyter ecosystem, it transforms your standard workspace into a reactive, collaborative, and AI-assisted environment. Crucially, instead of piping your Jupyter context to external third-party services, JupyDeep is designed to embed AI agents as native citizens within your local Jupyter environment. With it, you can configure diverse agents by simply binding them to specific MCP tools, custom skills, and a wide array of underlying features.
⚠️ Note: JupyDeep is an active proof of concept under rapid development. Because its underlying foundation—including Pydantic AI/Agents—is also evolving quickly, unexpected issues may arise. We appreciate your patience as we lay the groundwork for a mature future.
🗺️ Roadmap / Upcoming Features
- Conversation Persistence & Checkpoint Rewind (State management)
- Multimodal Capabilities (Voice, images, and visual reasoning)
- Collaborative AI Workspaces (Multi-user shared sessions)
- Cross-Domain Data Analysis Demos (Bioinformatics, network algorithm, etc.)
- And much more...
Please visit our Documentation for installation, guides, examples, and more (link coming soon).
🚀 Getting Started
Please install it via pip or uv first (here we use uv as an example)
uv init
uv add jupyterlab jupydeep
Then simply launch JupyterLab as below
uv run jupyter lab
After installing JupyDeep for the first time, you'll need to configure a few settings to get the engine running:
- Locate Settings: Open the JupyterLab Settings Editor and search for options prefixed with
jupydeep. - Configure Your LLM (Required) and MCP (Recommended): The agent engine requires an LLM backend to function. Set up your model provider (e.g., OpenAI) and the Jupyter MCP by following the configurations below:
- Meet Your Built-in Agents: Once your LLM is connected, two default agents will instantly populate your
jupydeep.agentpanel:- 🐵 Wu Kong: Built for heavy-lifting code execution and technical problem-solving.
- 🐴 Monk Tang: Built for high-level tactical planning and orchestration.
💡 Go Beyond the Defaults: You can easily tweak their skillsets or register your own custom agents in the workspace. Head over to our Documentation for the full customization guide. If the agents aren't visible, try refreshing the page; that might help.
🤝 Contributing
We welcome all forms of contributions—whether it's fixing bugs, improving documentation, or proposing new functionality.
Local Development Setup
JupyDeep consists of a Python backend (Hatch / uv) and a TypeScript-based JupyterLab frontend extension (yarn / jlpm). Follow the steps below to set up your local development environment:
Clone the repository:
git clone https://github.com/yezhenqing/jupydeep.git
cd jupydeep
Install dependencies and create a virtual environment:
We highly recommend using uv for fast and robust package and environment management:
uv sync
uv pip install -e .
Since JupyDeep adheres to standard JupyterLab architecture, please refer to the official JupyterLab Extension Examples for detailed frontend compilation (jlpm build, jlpm watch) and source extension link workflows.
✨ Acknowledgments
Open-Source Credits
JupyDeep is built upon exceptional open-source projects, including the Jupyter ecosystem, Pydantic AI/Agents, and jupyter-mcp-server/tools from Datalayer, among others. We extend our deepest gratitude to all the creators and contributors who made this work possible.
AI Disclosure / Development Statement
AI was used primarily as a conversational sounding board for debugging; all core architecture and code logic remain purely human-authored.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jupydeep-0.1.3.tar.gz.
File metadata
- Download URL: jupydeep-0.1.3.tar.gz
- Upload date:
- Size: 6.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
039e659292428d4dca5bb35132b53c7895c134f7fe4208b051a0a3b63bf072ed
|
|
| MD5 |
6ed5c7a288903448e17204fbca33c10a
|
|
| BLAKE2b-256 |
f0e98215f01c9d794d64bbd8d824e08f9d2503cf6faaabe81518f2936d1d8a79
|
File details
Details for the file jupydeep-0.1.3-py3-none-any.whl.
File metadata
- Download URL: jupydeep-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f97d0df03681b3651313a290739134b8ef56e343eb6f2cb1911b64ab81b4546b
|
|
| MD5 |
e6cc5148f602000af44cc20b3796c3fe
|
|
| BLAKE2b-256 |
bb1ff7ddb29305248dc8374eccf8eb27b21c654ded0d84ff822ba80165693391
|