Annotate data in jupyter notebooks.
Project description
ipyannotations
: create rich annotations in jupyter notebooks.
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:
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for ipyannotations-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fe81bca5882e8d876f87086caff50490ab29a7d9eb8654ed6cbf9931b774189 |
|
MD5 | f9fe4dbac8dde9841798546c5ba6528c |
|
BLAKE2b-256 | 2415487cd4ec673483f9cfff2a3588a08caca9241c76378247da9845b6b24edf |