ipyannotate / ipyannotate

Jupyter Widget for data annotation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipyannotate Build Status Coverage Status

Jupyter Widget for data annotation

Installation

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.

License

Source code of ipyannotate is distributed under MIT license (allows modification and commercial usage)

Support

About

Jupyter Widget for data annotation


Languages

Language:Python 51.1%Language:JavaScript 29.3%Language:Jupyter Notebook 12.8%Language:CSS 6.8%