We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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}
The text was updated successfully, but these errors were encountered: