Jupyter Widget for data annotation
To install use pip:
$ pip install ipyannotate
$ jupyter nbextension enable --py --sys-prefix ipyannotate
Jupyterlab Support:
$ jupyter labextension install ipyannotate
For a development installation (requires npm),
$ git clone https://github.com/alexanderkuk/ipyannotate.git
$ cd ipyannotate
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipyannotate
$ jupyter nbextension enable --py --sys-prefix ipyannotate
For examples see ipyannotate-examples, for documentation and more explanation see ipyannotate documentation.
Source code of ipyannotate
is distributed under MIT license (allows modification and commercial usage)