Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.36 KB

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