- Notifications
You must be signed in to change notification settings - Fork 193
Closed
Description
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
Labels
No labels