Metadata-Version: 2.3
Name: jupyter_anywidget_window_ai
Version: 0.0.1
License-File: LICENSE
Requires-Dist: anywidget
Requires-Dist: sidecar
Provides-Extra: dev
Requires-Dist: jupyterlab; extra == 'dev'
Requires-Dist: watchfiles; extra == 'dev'
Description-Content-Type: text/markdown

# jupyter_anywidget_window_ai

## Installation

```sh
pip install jupyter_anywidget_window_ai
```

## Development installation

Create a virtual environment and and install jupyter_anywidget_window_ai in *editable* mode with the
optional development dependencies:

```sh
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
```

You then need to install the JavaScript dependencies and run the development server.

```sh
npm install
npm run dev
```

Open `example.ipynb` in JupyterLab, VS Code, or your favorite editor
to start developing. Changes made in `js/` will be reflected
in the notebook.
