koaning / bulk

A Simple Bulk Labelling Tool
MIT License
536 stars 45 forks source link

Cant render jupyter-scatter widget on AWS Sagemaker Studio? #73

Open Ibrokhimsadikov opened 3 weeks ago

Ibrokhimsadikov commented 3 weeks ago

I encountered an error while using the widget, which states: "Error displaying widget: model not found". This error prevents the widget from rendering correctly in AWS SageMaker Studio

koaning commented 3 weeks ago

Just to check, could you try running the drawdata scatter widget?

from drawdata import ScatterWidget

widget = ScatterWidget()
widget

That might help me understand if this is a bug related to my code or if AWS has a notebook environment that does not play nice with Jupyter widgets.

Ibrokhimsadikov commented 3 weeks ago

Thank you @koaning for instant reply! I am getting same issue.

I am using Aws sagemaker Data Science 3 image ( python version 3.10.6, IPython 8.23.0, jupyterlab 3.6.5)

koaning commented 3 weeks ago

In that case we might be dealing with an issue at the anywidget level. @manzt figured I should ping, is this a known issue?