skoch9 / meshplot

Plot 3D triangle meshes
GNU General Public License v3.0
142 stars 35 forks source link

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

Open FuriouslyCurious opened 3 years ago

FuriouslyCurious commented 3 years ago

Heads up for the dev: I am trying out MeshPlot examples in latest JupyterLab 3.0, 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.

kpj commented 3 years ago

I am also experiencing this issue. Has any solution been found?

stigersh commented 2 years ago

I'm struggling with it for days and there's no source I found stating the versions that needed for compatibility of other packages. This is very painful:(

ivanpuhachov commented 2 years ago

Adding mp.jupyter() solves the issue. image