Cant render jupyter-scatter widget on AWS Sagemaker Studio?
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
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.
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)
In that case we might be dealing with an issue at the anywidget level. @manzt figured I should ping, is this a known issue?