npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

jupydeep

v0.1.9

Published

Jupyter-Native AI Agent Engine

Downloads

355

Readme

JupyDeep: Your AI partner in Jupyter

Build

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.

🔥 News & Highlights

  • [2026-08-12] v0.1.9 Release:
    • 🧠 Introduced flexible Context Window management with live token updates.
    • ⚡ Optimized Agent startup performance and responsiveness.
  • [2026-08-07] v0.1.8 Release:
    • ⏱️ Introduced CountDownTimer to provide real-time visual feedback during agent startup.

🗺️ 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.

🚀 Getting Started

Please install it via pip or uv first (here we use uv as an example)

  uv init
  uv add jupyterlab jupydeep "jupyter-mcp-server @ git+https://github.com/yezhenqing/jupyter-mcp-server.git"

Then simply launch JupyterLab as below

  uv run jupyter lab --ip=0.0.0.0

After installing JupyDeep for the first time, you'll need to configure a few settings to get the engine running:

  1. Locate Settings: Open the JupyterLab Settings Editor and search for options prefixed with jupydeep.
  2. 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:
  1. Meet Your Built-in Agents: Once your LLM is connected, two default agents will instantly populate your jupydeep.agent panel:
    • 🐵 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.