bulk icon indicating copy to clipboard operation
bulk copied to clipboard

Cant render jupyter-scatter widget on AWS Sagemaker Studio?

Open Ibrokhimsadikov opened this issue 1 year ago • 3 comments

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

Ibrokhimsadikov avatar Aug 28 '24 04:08 Ibrokhimsadikov

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.

koaning avatar Aug 28 '24 08:08 koaning

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)

Ibrokhimsadikov avatar Aug 28 '24 18:08 Ibrokhimsadikov

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

koaning avatar Aug 28 '24 19:08 koaning