janfreyberg / ipyannotations

Data annotations in python using jupyter notebooks
https://ipyannotations.readthedocs.io/
MIT License
53 stars 7 forks source link

Shortcut for bounding box selection #9

Closed thomassajot closed 4 years ago

thomassajot commented 4 years ago

Having a shortcut to draw a rectangle is very handy. Use case is labelling all the cells in a table.

janfreyberg commented 4 years ago

Thanks! I'm actually in the process of implementing this in PR #8 :) Will update this issue as soon as it's implemented and ready.

janfreyberg commented 4 years ago

This is now released in version 0.2.0: https://pypi.org/project/ipyannotations/0.2.0/

thomassajot commented 4 years ago

Hi @janfreyberg ! Thank you for this upgrade.