# @jupyter-widgets/controls

> Jupyter interactive widgets

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

## Install

```sh
npm install @jupyter-widgets/controls
pnpm add @jupyter-widgets/controls
yarn add @jupyter-widgets/controls
bun add @jupyter-widgets/controls
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high quality score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 5.0.13 |
| Published | 2026-08-18 |
| First published | 2017-06-02 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 10 |
| Unpacked size | 1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3330 |
| Author | Project Jupyter |
| Maintainers | blink1073, ibdafna, jasongrout, sylvaincorlay, ellisonbg, vidartf, martinrenou, maartenbreddels |

## Links

- npm: https://www.npmjs.com/package/@jupyter-widgets/controls
- Repository: https://github.com/jupyter-widgets/ipywidgets
- Homepage: https://github.com/jupyter-widgets/ipywidgets#readme
- Issues: https://github.com/jupyter-widgets/ipywidgets/issues
- npm.io page: https://npm.io/package/@jupyter-widgets/controls

## Dependencies (10)

- [jquery](https://npm.io/package/jquery.md) ^3.1.1
- [d3-color](https://npm.io/package/d3-color.md) ^3.0.1
- [d3-format](https://npm.io/package/d3-format.md) ^3.0.1
- [nouislider](https://npm.io/package/nouislider.md) 15.4.0
- [@lumino/widgets](https://npm.io/package/@lumino/widgets.md) ^2.0.0
- [@lumino/domutils](https://npm.io/package/@lumino/domutils.md) ^2.0.0
- [@lumino/algorithm](https://npm.io/package/@lumino/algorithm.md) ^2.0.0
- [@lumino/messaging](https://npm.io/package/@lumino/messaging.md) ^2.0.0
- [@lumino/signaling](https://npm.io/package/@lumino/signaling.md) ^2.0.0
- [@jupyter-widgets/base](https://npm.io/package/@jupyter-widgets/base.md) ^6.0.12

## Recent versions

- 5.0.13 (latest) — 2026-08-18
- 5.0.0-rc.2 (next) — 2022-08-05
- 5.0.12 — 2025-04-10
- 3.1.8 — 2024-10-22
- 5.0.11 — 2024-08-22
- 5.0.10 — 2024-08-22
- 3.1.7 — 2024-07-29
- 3.1.6 — 2024-07-05
- 5.0.9 — 2024-05-28
- 5.0.8 — 2024-02-08
- 3.1.5 — 2023-09-13
- 5.0.7 — 2023-09-13
- 5.0.6 — 2023-07-04
- 5.0.5 — 2023-03-28
- 3.1.4 — 2023-03-28
- … 95 more at https://npm.io/package/@jupyter-widgets/controls/versions

## README

# Jupyter JS Widgets

Interactive widgets for the Jupyter notebook.

This packages contains the implementation of the core Jupyter interactive
widgets.

The reference Python backend, `ipywidgets` is available
[here](https://github.com/jupyter-widgets/ipywidgets), with more examples.

## Package Install

**Prerequisites**

- [node](http://nodejs.org/)

Run the following command **at the root of this repository**.

```bash
npm install --save @jupyter-widgets/controls
```

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