Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Ibrokhimsadikov opened this issue Aug 28, 2024 · 3 comments
Open

Comments

@Ibrokhimsadikov
Copy link

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
Copy link
Owner

koaning commented Aug 28, 2024

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
Copy link
Author

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
Copy link
Owner

koaning commented Aug 28, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants