$npx skillfedfor your agent

Packages starting with 'J'

267 packages · page 6 of 7

Packages

jupyter-ai Worth it
PyPI · Artificial Intelligence · released Aug 2026

Jupyter AI is a JupyterLab extension that integrates agentic AI into computational notebooks, enabling collaboration with frontier AI agents through a native chat UI with file and command execution capabilities.

Install it if you use JupyterLab and want AI agent collaboration; the modular design means you only pay for what you use.

BSD-3-Clausepure Python · 3.9+
199.1Kdownloads / mo
jupyter-ai-acp-client With conditions
PyPI · Artificial Intelligence · released Jul 2026

Provides a JupyterLab extension that integrates Agent Client Protocol (ACP) agents as AI personas, enabling developers to wrap external ACP-compliant tools as chat assistants with file and terminal capabilities.

Install only if you have JupyterLab >= 4.0.0 and plan to use at least one ACP agent; each persona requires its own external CLI tool installed separately, which is…

BSD-3-Clausepure Python · 3.10+
109.9Kdownloads / mo
jupyter-ai-chat-commands With conditions
PyPI · Application Frameworks · released Nov 2025

Provides default chat commands for Jupyter AI, including file attachment and persona management within JupyterLab.

BSD-3-Clausepure Python · 3.10+
80.1Kdownloads / mo
jupyter-ai-magics With conditions
PyPI · Artificial Intelligence · released Nov 2025

Jupyter AI Magics provides a JupyterLab extension that integrates AI agents into computational notebooks through a chat interface, enabling agents to read files, run commands, and interact with notebooks via the Agent Client Protocol.

BSD-3-Clausepure Python · 3.9+
126.2Kdownloads / mo
jupyter-ai-persona-manager With conditions
PyPI · Application Frameworks · released Jul 2026

Provides the foundational infrastructure for managing and registering AI personas (custom chat assistants) in Jupyter AI environments, including base classes, lifecycle management, and automatic discovery via entry points.

BSD-3-Clausepure Python · 3.10+
99.5Kdownloads / mo
jupyter-ai-router With conditions
PyPI · Application Frameworks · released Aug 2026

Provides the core message routing layer for Jupyter AI, automatically detecting chat sessions and routing messages to registered callbacks based on message type.

BSD-3-Clausepure Python · 3.9+
92.8Kdownloads / mo
jupyter-ai-tools With conditions
PyPI · Application Frameworks · released Jul 2026

A Jupyter Server extension that exposes file system, notebook, Git, and code execution tools for AI agents to programmatically interact with notebooks and repositories.

BSD-3-Clausepure Python · 3.10+
101.8Kdownloads / mo
jupyter-archive Worth it
PyPI · Utilities · released Jul 2026

A JupyterLab extension that adds archive creation, download, and extraction capabilities directly in the file browser, supporting zip, tar.gz, tar.bz2, and tar.xz formats.

Install it if you regularly need to move folders in and out of Jupyter.

BSD-3-Clausepure Python
172.9Kdownloads / mo
jupyter-black With conditions
PyPI · Quality Assurance · released Aug 2024

A Jupyter Notebook and JupyterLab extension that automatically formats Python code cells using Black after they are run.

However, note that the project is dormant (last release 2024-08-30); if you need active maintenance or encounter compatibility issues with newer versions, you may…

permissive licensepure Pythondormant
137.4Kdownloads / mo
jupyter_bokeh Worth it
PyPI · Libraries · released Jun 2026

Renders Bokeh visualizations directly within Jupyter notebooks and JupyterLab, enabling interactive plots and dashboards in notebook cells.

BSD-3-Clausepure Python · 3.8+
185.3Kdownloads / mo
jupyter-book Worth it
PyPI · Python Modules · released Jul 2026

Jupyter Book converts Markdown files and Jupyter notebooks into publication-quality books and documents, executing embedded code cells and generating both interactive web books and PDFs.

Install it if you need to publish computational content as a polished book or document.

BSD-3-Clausepure Python · 3.9+
342.6Kdownloads / mo
jupyter-builder Worth it
PyPI · Build Tools · released Aug 2026

Provides CLI and Python tools to build, develop, and watch JupyterLab extensions, compiling JavaScript assets and managing their installation into Jupyter environments.

Install it if you are building or developing JupyterLab extensions; it is not useful for end users of Jupyter.

BSD-3-Clause AND MIT AND ISCpure Python · 3.10+
24.1Mdownloads / mo
jupyter-cache With conditions
PyPI · Python Modules · released Nov 2024

Caches Jupyter notebook execution outputs to avoid re-running notebooks with deterministic outputs, enabling fast rebuilds of documentation and notebooks that depend on long-running computations.

MITpure Python · 3.9+
1.0Mdownloads / mo
jupyter-client Worth it
PyPI · Application Frameworks · released Jun 2026

Implements the Jupyter protocol and provides client and kernel management APIs for launching, communicating with, and managing Jupyter kernels.

Install it if you are building Jupyter frontends, managing kernels programmatically, or integrating interactive computation into applications.

BSD-3-Clausepure Python · 3.10+
95.0Mdownloads / mo
jupyter-collaboration Worth it
PyPI · Application Frameworks · released Aug 2026

Adds real-time collaborative editing to JupyterLab and Jupyter Notebook 7+, allowing multiple users to work on the same notebook simultaneously with synchronized changes.

Install it if you need multi-user editing; skip it if you work alone or use external version control for notebooks.

BSD-3-Clausepure Python · 3.10+
317.0Kdownloads / mo
jupyter-collaboration-ui With conditions
PyPI · Application Frameworks · released Aug 2026

Adds real-time collaboration UI elements to JupyterLab and Jupyter Notebook 7+, enabling multiple users to work together on notebooks with synchronized editing.

BSD-3-Clausepure Python · 3.10+
217.9Kdownloads / mo
jupyter-console With conditions
PyPI · Terminals · released Mar 2023

Jupyter Console is a terminal-based frontend for Jupyter kernels, allowing interactive console-based interaction with non-Python kernels like Julia and R.

BSD-3-Clausepure Python · 3.7+abandoned
17.8Mdownloads / mo
jupyter-contrib-core With conditions
PyPI · Utilities · released Nov 2022

Provides common utilities, API compatibility shims, and test helpers for jupyter-contrib projects, smoothing over differences in Jupyter notebook versions.

BSD-3-Clausebuilds from source
495.5Kdownloads / mo
jupyter-contrib-nbextensions With conditions
PyPI · Utilities · released Nov 2022

Adds a collection of browser-based extensions to Jupyter notebooks, mostly written in JavaScript, that enhance notebook functionality with features loaded locally in the browser.

However, dormant maintenance (last release 2022-11-15) and the community-maintained status mean you should verify that the specific extensions you need work with your…

BSD-3-Clausebuilds from sourcedormant
510.4Kdownloads / mo
jupyter-core With conditions
PyPI · Application Frameworks · released Oct 2025

Provides base application classes and configuration infrastructure that Jupyter projects inherit from, handling core functionality like paths and traits management.

BSD-3-Clausepure Python · 3.10+
100.6Mdownloads / mo
jupyter-dash Skip
PyPI · Dynamic Content · released Apr 2022

Jupyter Dash lets you develop and run Plotly Dash web applications interactively within Jupyter notebooks and compatible environments, rendering the app output directly in the notebook cell.

permissive licensepure Python · 3.5+abandoned
658.6Kdownloads / mo
jupyter-docprovider With conditions
PyPI · Application Frameworks · released Aug 2026

Adds real-time collaborative editing to JupyterLab and Jupyter Notebook 7+ using shared Y documents, enabling multiple users to work on the same notebook simultaneously.

Install it if your workflow involves multiple users editing notebooks together; skip it if you work alone or prefer file-based collaboration.

BSD-3-Clausepure Python · 3.10+
215.3Kdownloads / mo
jupyter-events Worth it
PyPI · Application Frameworks · released Apr 2026

Jupyter Events provides an event system for Jupyter applications and extensions to emit and listen to structured events describing application state changes and user actions.

Install it if you are building or extending Jupyter applications that need to emit or consume events.

BSD-3-Clausepure Python · 3.9+
43.1Mdownloads / mo
jupyter_highlight_selected_word Skip
PyPI · Utilities · released Apr 2018

A Jupyter notebook extension that highlights all instances of a selected word across the notebook, with configurable scope (current cell or all cells) and visual styling options.

permissive licensepure Pythonabandoned
768.7Kdownloads / mo
jupyter-http-over-ws Skip
PyPI · WWW/HTTP · released Mar 2020

Adds a WebSocket-based HTTP proxy endpoint to Jupyter notebook servers, enabling cross-domain HTTP communication from browsers to localhost that would otherwise be blocked.

Apache-2.0pure Pythonabandoned
290.7Kdownloads / mo
jupyter-kernel-client Worth it
PyPI · Application Frameworks · released Aug 2026

Connects to live Jupyter Kernels over HTTP and WebSocket to execute code remotely, and provides an interactive console (REPL) for kernel interaction.

BSD-3-Clausepure Python · 3.10+
121.1Kdownloads / mo
jupyter-kernel-gateway With conditions
PyPI · WWW/HTTP · released Mar 2024

Jupyter Kernel Gateway is a web server that exposes Jupyter kernels over HTTP and WebSocket, enabling remote code execution and kernel management without a notebook interface.

BSD-3-Clausepure Python · 3.8+dormant
1.5Mdownloads / mo
jupyter-leaflet Worth it
PyPI · Graphics · released Jun 2025

jupyter-leaflet provides interactive map widgets for Jupyter notebooks and JupyterLab, bridging Jupyter and Leaflet.js to render geospatial data and controls directly in notebook cells.

MITpure Python · 3.8+
448.5Kdownloads / mo
jupyter-lsp With conditions
PyPI · WWW/HTTP · released Apr 2026

Bridges Language Server Protocol servers to Jupyter Notebook and Lab via WebSocket, enabling real-time code intelligence features like completion and diagnostics in the notebook editor.

BSD-3-Clausepure Python · 3.8+
38.9Mdownloads / mo
jupyter-mcp-server With conditions
PyPI · Application Frameworks · released Aug 2026

An MCP server that exposes Jupyter notebooks and code execution to AI agents and clients, enabling real-time notebook management, cell execution, and sandbox-backed code runs across local and cloud environments.

BSD-3-Clausepure Python · 3.10+
92.6Kdownloads / mo
jupyter-mcp-tools With conditions
PyPI · Application Frameworks · released Aug 2026

Exposes JupyterLab commands as MCP (Model Context Protocol) tools, enabling external AI agents and clients to trigger notebook operations, file management, and kernel control through a standardized protocol.

BSD-3-Clausepure Python · 3.9+
85.1Kdownloads / mo
jupyter-mimetypes With conditions
PyPI · Application Frameworks · released Aug 2025

Provides enhanced Jupyter representation capabilities through proxy objects, enabling Apache Arrow-based serialization for pandas DataFrames and Series, with pickle fallback for generic Python objects.

BSD-3-Clausepure Python · 3.9+
94.1Kdownloads / mo
jupyter-nbextensions-configurator With conditions
PyPI · Utilities · released Jun 2024

Provides a web-based graphical interface for enabling, disabling, and configuring Jupyter notebook extensions (nbextensions) without editing configuration files directly.

BSD-3-Clausepure Pythondormant
792.4Kdownloads / mo
jupyter-nbmodel-client With conditions
PyPI · Software Development · released Aug 2026

Programmatically interact with live Jupyter notebooks over WebSocket, adding and executing cells, and reading their outputs without running a kernel directly.

BSD-3-Clausepure Python · 3.9+
92.6Kdownloads / mo
jupyter-packaging With conditions
PyPI · Build Tools · released Aug 2022

Provides build tools and utilities for packaging Jupyter Python projects that require pre-build steps, including JavaScript compilation and asset management.

BSD-3-Clausepure Python · 3.7+
989.1Kdownloads / mo
jupyter-server With conditions
PyPI · Application Frameworks · released Jun 2026

Jupyter Server provides the backend services, APIs, and REST endpoints that power Jupyter web applications like Jupyter Notebook, JupyterLab, and Voilà.

BSD-3-Clausepure Python · 3.10+
59.2Mdownloads / mo
jupyter-server-documents Worth it
PyPI · Application Frameworks · released Aug 2026

A JupyterLab extension that moves document state to the server, enabling real-time collaboration, automatic saving, and optional off-disk output storage for improved performance.

BSD-3-Clausepure Python · 3.10+
127.4Kdownloads / mo
jupyter-server-fileid With conditions
PyPI · Application Frameworks · released Sep 2024

A Jupyter Server extension that provides a File ID service for tracking and managing file identities within Jupyter environments.

However, the aging maintenance status (last release 707 days ago, minimal repository activity) suggests limited ongoing development—install only if the feature is…

BSD-3-Clausepure Python · 3.7+aging
1.3Mdownloads / mo
jupyter-server-mcp With conditions
PyPI · Application Frameworks · released Apr 2026

Exposes Python functions as tools to MCP clients via a Jupyter Server extension, enabling AI assistants and other MCP-compatible applications to call registered functions through an HTTP endpoint.

BSD-3-Clausepure Python · 3.10+
84.8Kdownloads / mo
jupyter-server-proxy Worth it
PyPI · Dynamic Content · released Apr 2026

Jupyter Server Proxy runs external processes (RStudio, Shiny, PostgreSQL, Code Server, etc.) alongside your Jupyter server and proxies authenticated web access to them through paths like `/rstudio`.

BSD-3-Clausepure Python · 3.8+
705.7Kdownloads / mo