Jupyter AI Agents is a framework that embeds autonomous AI assistants within Jupyter Notebook and JupyterLab environments. It allows users to create, configure, and run multiple agents capable of executing a range of tasks such as data analysis, code generation, debugging, web scraping, and knowledge retrieval. Each agent maintains contextual memory and can be chained together for complex workflows. With simple magic commands and Python APIs, users integrate agents seamlessly with existing Python libraries and datasets. Built on top of popular LLMs, it supports custom prompt templates, agent-to-agent communication, and real-time feedback. This platform transforms traditional notebook workflows by automating repetitive tasks, accelerating prototyping, and enabling interactive AI-driven exploration directly in the development environment.