Metadata-Version: 2.1
Name: ipysketch
Version: 0.0.4
Summary: Handwriting and sketching in Jupyter notebooks
Home-page: https://github.com/maroba/ipysketch
Author: Matthias Baer
Author-email: matthias.r.baer@googlemail.com
License: None
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ipysketch

A Python package for handwriting and sketching in Jupyter notebooks.

## Installation

First, install the *ipysketch* package using *pip*:

```
pip install --upgrade ipysketch
```

Then install and enable the widgets extension in Jupyter:

```
jupyter nbextension install --user --py widgetsnbextension
jupyter nbextension enable --py widgetsnbextension
```

## Usage

In a Jupyter notebook:

```
from ipysketch import Sketch
```



