# @jupyterlab/rendermime-interfaces

> JupyterLab - Interfaces for Mime Renderers

Latest version **3.14.3** (published 2026-08-10) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install @jupyterlab/rendermime-interfaces
pnpm add @jupyterlab/rendermime-interfaces
yarn add @jupyterlab/rendermime-interfaces
bun add @jupyterlab/rendermime-interfaces
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; no vulnerabilities; has provenance; recently updated; high maintenance score; popular repo.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 3.14.3 |
| Published | 2026-08-10 |
| First published | 2017-07-07 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 44.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 15293 |
| Author | Project Jupyter |
| Maintainers | darian, jasongrout, jtpio, krassowski, jupyterlab-release-bot |

## Links

- npm: https://www.npmjs.com/package/@jupyterlab/rendermime-interfaces
- Repository: https://github.com/jupyterlab/jupyterlab
- Issues: https://github.com/jupyterlab/jupyterlab/issues
- npm.io page: https://npm.io/package/@jupyterlab/rendermime-interfaces

## Dependencies (2)

- [@lumino/widgets](https://npm.io/package/@lumino/widgets.md) ^1.37.2 || ^2.8.0
- [@lumino/coreutils](https://npm.io/package/@lumino/coreutils.md) ^1.11.0 || ^2.2.2

## Recent versions

- 3.14.3 (latest) — 2026-08-10
- 3.15.0-alpha.1 (next) — 2026-07-21
- 3.13.10 — 2026-07-21
- 3.14.2 — 2026-07-21
- 3.14.1 — 2026-06-29
- 3.15.0-alpha.0 — 2026-06-29
- 3.14.0 — 2026-06-18
- 3.13.9 — 2026-06-17
- 3.14.0-rc.1 — 2026-06-17
- 3.14.0-rc.0 — 2026-06-10
- 3.13.8 — 2026-06-04
- 3.14.0-beta.1 — 2026-05-28
- 3.14.0-beta.0 — 2026-05-20
- 3.13.7 — 2026-04-29
- 3.14.0-alpha.5 — 2026-04-29
- … 387 more at https://npm.io/package/@jupyterlab/rendermime-interfaces/versions

## README

# @jupyterlab/rendermime-interfaces

A package for JupyterLab which provides interfaces for implementing mime renderer extensions.

A general JupyterLab plugin involves a certain amount of boilerplate code
that can be annoying for authors of relatively extensions.
The interfaces in this package are meant to give an easier way for extension authors
to provide a plugin that renders mime bundles and documents of a specific mime type.

When using these interfaces, extensions only need to provide some metadata about
what kind of mime bundle they are able to render, and a `Widget` with
a `renderModel` method that renders the mime bundle.

Examples can be found in [@jupyterlab/vega5-extension](../vega5-extension) and [@jupyterlab/pdf-extension](../pdf-extension).

---
_Source: https://npm.io/package/@jupyterlab/rendermime-interfaces · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
