# @jupyterlab/attachments

> JupyterLab - Notebook Cell Attachments

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

## Install

```sh
npm install @jupyterlab/attachments
pnpm add @jupyterlab/attachments
yarn add @jupyterlab/attachments
bun add @jupyterlab/attachments
```

## 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 | 4.6.3 |
| Published | 2026-08-10 |
| First published | 2018-06-29 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 31.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 15302 |
| Author | Project Jupyter |
| Maintainers | darian, jasongrout, jtpio, krassowski, jupyterlab-release-bot |

## Links

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

## Dependencies (6)

- [@lumino/signaling](https://npm.io/package/@lumino/signaling.md) ^2.1.5
- [@lumino/disposable](https://npm.io/package/@lumino/disposable.md) ^2.1.5
- [@jupyterlab/nbformat](https://npm.io/package/@jupyterlab/nbformat.md) ^4.6.3
- [@jupyterlab/rendermime](https://npm.io/package/@jupyterlab/rendermime.md) ^4.6.3
- [@jupyterlab/observables](https://npm.io/package/@jupyterlab/observables.md) ^5.6.3
- [@jupyterlab/rendermime-interfaces](https://npm.io/package/@jupyterlab/rendermime-interfaces.md) ^3.14.3

## Recent versions

- 4.6.3 (latest) — 2026-08-10
- 4.7.0-alpha.1 (next) — 2026-07-21
- 4.5.10 — 2026-07-21
- 4.6.2 — 2026-07-21
- 4.6.1 — 2026-06-29
- 4.7.0-alpha.0 — 2026-06-29
- 4.6.0 — 2026-06-18
- 4.5.9 — 2026-06-17
- 4.6.0-rc.1 — 2026-06-17
- 4.6.0-rc.0 — 2026-06-10
- 4.5.8 — 2026-06-04
- 4.6.0-beta.1 — 2026-05-28
- 4.6.0-beta.0 — 2026-05-20
- 4.5.7 — 2026-04-29
- 4.6.0-alpha.5 — 2026-04-29
- … 395 more at https://npm.io/package/@jupyterlab/attachments/versions

## README

# @jupyterlab/attachments

A JupyterLab package which provides an implementation of the Jupyter notebook cell attachments.
These attachments can be connected to both markdown and raw [cells](../cells).

Attachments are able to render several different mime types, which are implemented
in the [rendermime](../rendermime) package. This list of mime types may be extended via
the simplified mime-extension interface defined in [@jupyterlab/rendermime-interfaces](../rendermime-interfaces).

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