Metadata-Version: 2.1
Name: ipysketch
Version: 0.2.1
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: GPLv3
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 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

![How to use](screenshot.jpg)

- import ipysketch
- create a `Sketch` instance and give the sketch a name
- display the instance
- click the edit button and make your sketch


For usage instructions, please refer to the [github repository](https://github.com/maroba/ipysketch).


