Skip to main content

Annotate data in jupyter notebooks.

Project description

ipyannotations: create rich annotations in jupyter notebooks.

Documentation Status travis CI build Coverage Status Launch Binder

The ipyannotations library is designed to let you create rich annotations for your data (currently, primarily images) inside jupyter notebooks. It lets you leverage the rich jupyter display system from python. It was designed to integrate with superintendent, but does not need to.

For example, draw polygons onto images for your machine learning applications:

interface

Installation

Start by installing ipyannotations:

$ pip install ipyannotations

If you are using Jupyter Lab, rather than the old Jupyter Notebook application, you will also have to install two Jupyter Lab extensions:

Jupyter Lab extensions

$ jupyter labextension install @jupyter-widgets/jupyterlab-manager ipycanvas
$ jupyter lab build

ipyannotations development

It's super helpful to have other people contribute to projects like this, so please fork this repository and make pull requests!

ipyannotations uses flit to manage the packaging, so the easiest way to use it is to set up a virtual environment, install ipyannotations as a symlink, and go from there:

git clone git@github.com:<your-username>/ipyannotations.git && cd ipyannotations
pre-commit install
python -m venv .venv
flit install --symlink --python .venv/bin/python
jupyter labextension install @jupyter-widgets/jupyterlab-manager ipycanvas
jupyter lab build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipyannotations-0.2.0.tar.gz (6.7 MB view hashes)

Uploaded Source

Built Distribution

ipyannotations-0.2.0-py3-none-any.whl (17.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page