jupyter-bbox-widget icon indicating copy to clipboard operation
jupyter-bbox-widget copied to clipboard

support marimo notebooks

Open sinia opened this issue 1 year ago • 8 comments

First of all many thanks for the awesome tool :)

Would it be possible to make this widget compatible with marimo notebooks? marimo supports jupyter widgets based on anywidget, but jupyter-bbox-widget does not seem to work for some reason.

The example below in marimo loads, displays widget interface, except that the actual image does not show up.

from jupyter_bbox_widget import BBoxWidget
widget = BBoxWidget(
    image='fruit.jpg',
    classes=['apple', 'orange', 'pear'],
)
widget

sinia avatar Oct 04 '24 13:10 sinia