Skip to content

Version 2.4.0 does not render any widget #385

@DonJayamanne

Description

@DonJayamanne

Installed the latest version 2.4.0 and tested a simple widget an nothing is rendered anymore.
Tested in Jupyter Notebook, Jupyter Lab
Looks like the widget mimetype is not sent back at all, only getting text output.

Sample code

from pythreejs import * from IPython.display import display from math import pi # Reduce repo churn for examples with embedded state: from pythreejs._example_helper import use_example_model_ids use_example_model_ids() BoxGeometry( width=5, height=10, depth=15, widthSegments=5, heightSegments=10, depthSegments=15)

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