# 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.
|