LICENSE
MANIFEST.in
README.md
install.json
ipyannotations.json
package.json
pyproject.toml
setup.cfg
setup.py
tsconfig.json
webpack.config.js
css/widget.css
docs/Makefile
docs/environment.yml
docs/make.bat
docs/source/conf.py
docs/source/develop-install.rst
docs/source/index.rst
docs/source/installing.rst
docs/source/introduction.rst
docs/source/.ipynb_checkpoints/conf-checkpoint.py
docs/source/_static/embed-bundle.js
docs/source/_static/embed-bundle.js.map
docs/source/_static/helper.js
docs/source/examples/index.rst
docs/source/examples/text-entities.md
docs/source/img/baboon.png
examples/introduction.ipynb
examples/.ipynb_checkpoints/introduction-checkpoint.ipynb
ipyannotations/__init__.py
ipyannotations/_doc_utils.py
ipyannotations/_frontend.py
ipyannotations/_version.py
ipyannotations/base.py
ipyannotations/example.py
ipyannotations.egg-info/PKG-INFO
ipyannotations.egg-info/SOURCES.txt
ipyannotations.egg-info/dependency_links.txt
ipyannotations.egg-info/requires.txt
ipyannotations.egg-info/top_level.txt
ipyannotations/generic/__init__.py
ipyannotations/generic/classification.py
ipyannotations/generic/freetext.py
ipyannotations/generic/generic_mixin.py
ipyannotations/generic/multiclassification.py
ipyannotations/images/__init__.py
ipyannotations/images/annotator.py
ipyannotations/images/captions.py
ipyannotations/images/classification.py
ipyannotations/images/display.py
ipyannotations/images/canvases/__init__.py
ipyannotations/images/canvases/abstract_canvas.py
ipyannotations/images/canvases/box.py
ipyannotations/images/canvases/color_utils.py
ipyannotations/images/canvases/image_utils.py
ipyannotations/images/canvases/point.py
ipyannotations/images/canvases/polygon.py
ipyannotations/images/canvases/shapes.py
ipyannotations/labextension/package.json
ipyannotations/labextension/static/367.3ad6bc4bc90fdf2ab4d8.js
ipyannotations/labextension/static/480.297915bb36a871b714d2.js
ipyannotations/labextension/static/568.576c5a684135c4e62846.js
ipyannotations/labextension/static/remoteEntry.8294fbb97871c0c416c1.js
ipyannotations/labextension/static/style.js
ipyannotations/nbextension/index.js
ipyannotations/nbextension/index.js.map
ipyannotations/text/__init__.py
ipyannotations/text/classification.py
ipyannotations/text/freetext.py
ipyannotations/text/tagging.py
src/extension.ts
src/index.ts
src/plugin.ts
src/version.ts
src/widget.ts
src/__tests__/index.spec.ts
src/__tests__/utils.ts
src/ipyannotations/nbextension/index.js
src/ipyannotations/nbextension/index.js.map
tests/conftest.py
tests/test_nbextension_path.py
tests/controls/test_buttongroup.py
tests/controls/test_dropdownbutton.py
tests/controls/test_hintedmultiselect.py
tests/controls/test_togglebuttongroup.py
tests/generic/test_classifier.py
tests/generic/test_freetext.py
tests/images/test_abstract_canvas.py
tests/images/test_annotators.py
tests/images/test_box_canvas.py
tests/images/test_color_utils.py
tests/images/test_display_functions.py
tests/images/test_image_utils.py
tests/images/test_point_canvas.py
tests/images/test_polygon_canvas.py
tests/images/test_shapes.py
tests/text/test_tagging.py