File: README.md

package info (click to toggle)
ipywidgets 8.1.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,520 kB
  • sloc: python: 7,041; javascript: 1,764; sh: 62; makefile: 36
file content (21 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
```