ipyannotations
Data annotations in python using jupyter notebooks
File Explorer
Download Latest Version (.zip)- build.yml
- test.yml
- postBuild
- requirements.txt
- widget.css
- custom.css
- helper.js
- Akwai_ibom_state.ogg
- captions.md
- classification.md
- image-landmarks.md
- index.md
- text-entities.md
- baboon-boxes.png
- baboon-polygons.png
- baboon.png
- logo.png
- vdnkh-annotated.png
- vdnkh.jpg
- api.md
- conf.py
- develop-install.md
- index.md
- installing.md
- introduction.md
- widget-list.md
- environment.yml
- make.bat
- Makefile
- __init__.py
- buttongroup.py
- dropdownbutton.py
- hintedmultiselect.py
- togglebuttongroup.py
- __init__.py
- classification.py
- freetext.py
- generic_mixin.py
- multiclassification.py
- __init__.py
- abstract_canvas.py
- box.py
- color_utils.py
- image_utils.py
- point.py
- polygon.py
- shapes.py
- __init__.py
- annotator.py
- classification.py
- display.py
- freetext.py
- __init__.py
- classification.py
- freetext.py
- tagging.py
- __init__.py
- _doc_utils.py
- _frontend.py
- _version.py
- base.py
- index.spec.ts
- utils.ts
- extension.ts
- index.ts
- plugin.ts
- version.ts
- widget.ts
- test_buttongroup.py
- test_dropdownbutton.py
- test_hintedmultiselect.py
- test_togglebuttongroup.py
- test_classifier.py
- test_freetext.py
- test_abstract_canvas.py
- test_annotators.py
- test_box_canvas.py
- test_color_utils.py
- test_display_functions.py
- test_image_class_labellers.py
- test_image_freetext.py
- test_image_utils.py
- test_point_canvas.py
- test_polygon_canvas.py
- test_shapes.py
- test_tagging.py
- test_text_class_labellers.py
- test_text_freetext.py
- conftest.py
- test_base_widget.py
- test_nbextension_path.py
- .eslintignore
- .eslintrc.js
- .flake8
- .gitignore
- .npmignore
- .pre-commit-config.yaml
- .prettierignore
- .prettierrc
- .readthedocs.yml
- babel.config.js
- codecov.yml
- install.json
- ipyannotations.json
- jest.config.js
- LICENSE
- MANIFEST.in
- package.json
- pyproject.toml
- README.md
- RELEASE.md
- setup.cfg
- setup.py
- tsconfig.eslint.json
- tsconfig.json
- webpack.config.js
- yarn.lock
# Installation Guide
git clone https://github.com/janfreyberg/ipyannotations
Downloads the entire project code from GitHub to your computer.
cd ipyannotations
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install ipyannotations
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Node.js
Easyconda create -n ipyannotations-dev -c conda-forge nodejs yarn python jupyterlab
Runs the Python script (or module).
yarn run build
Type this command into your terminal and run it.
yarn run watch
Type this command into your terminal and run it.
Pulled directly from this repo's README.
4. Python
Easypip install ipyannotations
Installs the package published on PyPI directly โ no need to clone the source.
jupyter nbextension enable --py [--sys-prefix|--user|--system] ipyannotations
Type this command into your terminal and run it.
pip install -e ".[test, examples]"
Installs the Python libraries listed in requirements.txt (or similar).
jupyter labextension develop --overwrite .
Type this command into your terminal and run it.
jupyter nbextension install --sys-prefix --symlink --overwrite --py ipyannotations
Type this command into your terminal and run it.
Pulled directly from this repo's README.
