Skip to content

GullyBurns/ipyannotate

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.1%
  • JavaScript 29.3%
  • Jupyter Notebook 12.8%
  • CSS 6.8%