Skip to content

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

@echarles

Description

@echarles

Followup of datalayer-examples/jupyter-react-webpack-example#1 opened by @zkbitcoin

IPyWidgets rendering with he Output component is failing with Error creating widget: could not find model - loading code directly in notebook works.

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions