nteract
nteract.ioUnverifiedrepo only
the basic elements for composing notebook experiences
Items
35
2026-08-03Every entry in its own registry.json, counted last night.Free to install
0
2026-08-03Item endpoints that returned source without credentials.Behind a key
0
2026-08-03Item endpoints that answered 401.Last push
5 months ago
6 stars. Both figures are GitHub's about this repository, not ones this index measured.Components
Search withinFreeits item endpoint answered without a keyPaidits item endpoint answered 401Unverifiedit serves no item endpoint we could ask
| Component | What the registry says it is | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| All nteract Componentsall | Install all Jupyter frontend components: outputs, cell primitives, widgets, editor, icons, and UI components. | Components | Unverified | no deps | |
| ANSI Outputansi-output | Components for rendering ANSI escape sequences as colored text in notebook outputs. Includes AnsiOutput, AnsiStreamOutput, and AnsiErrorOutput variants. | Components | Unverified | 2 deps | |
| CellBetweenercell-betweener | Spacer component that maintains gutter ribbon continuity between cells. Creates an unbroken 'paper edge' effect down the left side of the notebook. | Components | Unverified | no deps | |
| CellContainercell-container | A focus and selection wrapper for notebook cells with gutter ribbon system. Color-coded ribbons indicate cell type, with action area for play button and execution count. | Components | Unverified | no deps · 2 files | |
| CellControlscell-controls | Cell action menu with source visibility toggle, move controls, and dropdown menu for delete and clear operations. | Components | Unverified | 1 dep | |
| CellHeadercell-header | Slot-based header layout for notebook cells with left/right content areas and optional drag support. | Components | Unverified | no deps | |
| CellTypeButtoncell-type-button | Styled buttons for different notebook cell types with color coding. Includes CodeCellButton, MarkdownCellButton, SqlCellButton, and AiCellButton convenience components. | Components | Unverified | 1 dep | |
| CellTypeSelectorcell-type-selector | A dropdown selector for changing cell types in notebook interfaces. Supports filtering available types and displays the current type with color-coded styling. | Components | Unverified | 1 dep | |
| CodeMirror Editorcodemirror-editor | A CodeMirror 6 editor component for notebook cells with syntax highlighting, key bindings, and language support for Python, IPython (with magics and shell commands), Markdown, SQL, HTML, JavaScript, TypeScript, and JSON. | Components | Unverified | 14 deps · 7 files | |
| CollaboratorAvatarscollaborator-avatars | Display avatars of users collaborating on a notebook with overflow handling. | Components | Unverified | no deps | |
| ExecutionCountexecution-count | Displays the classic Jupyter execution count indicator with bracket notation. Shows [ ]: for never executed, [*]: for executing, and [n]: for executed cells. | Components | Unverified | no deps | |
| ExecutionStatusexecution-status | A badge component that displays the execution state of a notebook cell. Shows queued, running, or error states. | Components | Unverified | no deps | |
| Global Find Barglobal-find-bar | Floating search bar for notebook-wide find functionality. Supports keyboard navigation (Enter/Shift+Enter for next/prev, Escape to close). Works with search-highlight CodeMirror extension for in-cell highlighting. | Components | Unverified | 1 dep | |
| HTML Outputhtml-output | Component for rendering HTML content in notebook outputs. Handles pandas DataFrames, rich HTML displays, and interactive visualizations. Requires iframe isolation for security. | Components | Unverified | no deps | |
| Image Outputimage-output | Component for rendering images in notebook outputs. Handles base64-encoded image data from Jupyter kernels as well as regular URLs. Supports PNG, JPEG, GIF, and WebP. | Components | Unverified | no deps | |
| ipycanvas Widgetipycanvas | Canvas widget for ipycanvas. Renders an HTML canvas and processes drawing commands sent from Python via the ipycanvas binary protocol. Supports shapes, paths, text, transforms, batch operations, and mouse/keyboard events. | Components | Unverified | no deps · 3 files | |
| Isolated Frameisolated-frame | Secure iframe component for rendering untrusted output content. Uses blob URLs with sandbox restrictions to isolate JavaScript execution. Includes message bridge for parent-child communication and widget comm protocol support. | Components | Unverified | no deps · 7 files | |
| Isolated Rendererisolated-renderer | Complete isolated iframe renderer bundle for Jupyter outputs and widgets. Runs inside a sandboxed iframe with its own React app, receiving render commands via postMessage. Includes widget bridge client for two-way comm protocol support. This is a standalone entry point that can be built separately (includes vite.config.ts). | Components | Unverified | no deps · 5 files | |
| JSON Outputjson-output | Component for rendering JSON data in an interactive, expandable tree view. Useful for inspecting complex data structures and API responses. | Components | Unverified | 1 dep | |
| Markdown Outputmarkdown-output | Component for rendering Markdown content in notebook outputs. Supports GitHub Flavored Markdown (GFM) with tables, task lists, and syntax-highlighted code blocks. | Components | Unverified | 8 deps · 2 files | |
| Media Providermedia-provider | React context provider for shared media rendering configuration. Provides renderers and priority settings to all nested MediaRouter instances. | Components | Unverified | no deps | |
| Media Routermedia-router | MIME type-based output dispatcher that automatically selects the best renderer for Jupyter outputs. Supports custom renderers and priority ordering for platform-specific MIME types. | Components | Unverified | no deps | |
| OutputAreaoutput-area | Wrapper component for rendering multiple Jupyter outputs with collapsible state and scroll behavior. | Components | Unverified | 1 dep | |
| PlayButtonplay-button | Cell execution control button that shows Play, Stop, or Loading states based on execution state. Used in notebook cell toolbars. | Components | Unverified | 1 dep | |
| PresenceBookmarkspresence-bookmarks | Shows stacked user avatars indicating who is present on a cell. Displays a HoverCard with user details and a +N overflow indicator when users exceed the limit. | Components | Unverified | no deps | |
| RuntimeHealthIndicatorruntime-health-indicator | A visual indicator for kernel connection status. Shows idle, busy, connecting, or disconnected states with color-coded dots. Can display kernel name and optionally function as a button. | Components | Unverified | 1 dep | |
| Runtime Iconsruntime-icons | SVG icons for runtime environments and package managers. Includes DenoIcon, PythonIcon, UvIcon, CondaIcon, and PixiIcon for notebook and onboarding UIs. | Components | Unverified | no deps | |
| Selection Cardselection-card | A stylized selection card component for wizard and onboarding UIs. Includes SelectionCard with icon, title, description, and color-coded selection state, plus PageDots for step navigation and BRAND_COLORS preset for common tools. | Components | Unverified | 1 dep | |
| SVG Outputsvg-output | Component for rendering SVG graphics in notebook outputs. Handles matplotlib figures, diagrams, and other vector graphics with proper scaling. | Components | Unverified | no deps | |
| Widget Controlswidget-controls | Built-in shadcn-backed widget components for standard ipywidgets including controls (IntSlider, FloatSlider, IntRangeSlider, FloatRangeSlider, IntProgress, Button, Checkbox, Text, Textarea, HTML, ColorPicker, Dropdown, RadioButtons, ToggleButton, ToggleButtons, SelectMultiple) and layout containers (VBox, HBox, Box, GridBox, Accordion, Tab). | Components | Unverified | no deps · 58 files |
Utilities
Search within| Component | What the registry says it is | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| AnyWidget Viewanywidget-view | React component for rendering anywidget ESM modules with the AFM (AnyWidget Frontend Module) interface. Handles dynamic ESM loading, CSS injection, and two-way state synchronization. | Utilities | Unverified | no deps | |
| Error Boundaryerror-boundary | React error boundary with resetKeys support for automatic recovery. Includes OutputErrorFallback and WidgetErrorFallback components for graceful error display in outputs and widgets. | Utilities | Unverified | no deps · 3 files | |
| Highlight Texthighlight-text | DOM utility for highlighting search matches in text content with customizable styling. | Utilities | Unverified | no deps | |
| Widget Storewidget-store | Pure React state management for Jupyter widget models. Handles comm_open, comm_msg, and comm_close messages with fine-grained subscriptions via useSyncExternalStore. Includes comm protocol router and buffer utilities. | Utilities | Unverified | no deps · 6 files | |
| Widget Viewwidget-view | Universal widget router that renders Jupyter widgets. Routes anywidgets to ESM loader and standard ipywidgets to built-in shadcn-backed components. | Utilities | Unverified | no deps · 2 files |
