jupyter-widgets / pythreejs

A Jupyter - Three.js bridge
https://pythreejs.readthedocs.io
Other
934 stars 185 forks source link

JupyterLab 3.x "Model not found" error #345

Closed FuriouslyCurious closed 3 years ago

FuriouslyCurious commented 3 years ago

Heads up for the devs: I am trying out pythreejs examples in latest JupyterLab 3.0 from conda-forge, but unfortunately getting following error message:

Error displaying widget: model not found

All packages are installed correctly and jupyter lab extensions including pythreejs are enabled.

R7President commented 3 years ago

I have also found the same error

vidartf commented 3 years ago

Hi, this package has not been updated to support lab 3 yet (it hopefully will soon). It is also unfortunate that there are no errors or warnings during installation 😞

bernhard-42 commented 3 years ago

Hi @vidartf do you have any ETA for the Jupyterlab 3 support? Are you planning for a prebuilt extension? Would be awesome to get rid of the node build step and just use pip/conda Thanks

vidartf commented 3 years ago

Should be released now (with a prebuilt extention). If there are any issues, please open up a new report :)

bernhard-42 commented 3 years ago

@vidartf The new JupyterLab 3 version of pythreejs worked flawlessly for me. Great job and thanks a lot!

mcejp commented 2 years ago

I'm still getting this with pythreejs 2.3.0. It seems to be related to having many individual meshes (~1000) in a scene.