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

IPyWidget renders Output Error creating widget: could not find model #1

Open
zkbitcoin opened this issue Jul 4, 2024 · 0 comments
Open

Comments

@zkbitcoin
Copy link

zkbitcoin commented Jul 4, 2024

all works in the project except widget loading via import { Output } from '@datalayer/jupyter-react/lib/components/output/Output';

this fails with Error creating widget: could not find model

loading code directly in notebook works

using "@datalayer/jupyter-react": "^0.12.0",

``

const SOURCE_IPYWIDGET = 'import ipywidgets as widgets
widgets.IntSlider(
value=7,
min=0,
max=10,
step=1
)'

Output
autoRun={true}
kernel={kernel}
code={SOURCE_IPYWIDGET}

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

1 participant