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 (15 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Ad hoc widget manager for using Jupyter widgets in a plain web page

## Description

This directory is an example project that shows how to use the
Jupyter widgets library in a pure JavaScript context.

This example implements a simple widget manager
by extending the base widget manager from the `@jupyter-widgets/base` library.

## Try it

1. Start with a repository checkout, and run `yarn install` in the root directory.
2. Run `yarn build:examples` in the root directory.
3. Open the `index.html` file in this directory.