Open QuanYuhan opened 2 years ago
Facing the same issue!
Were you able to resolve it? I am using meshplot==0.4.0
and it still gives me the same error (both firefox and chrome)
It's a pity that I didn't solve this problem, but I found that using jupyter-notebook in VS code can avoid this problem, maybe you can try it.
Were you able to resolve it? I am using
meshplot==0.4.0
and it still gives me the same error (both firefox and chrome)
This might be helpful: https://github.com/jupyter-widgets/pythreejs/issues/389#issuecomment-1532634461
In particular, running pip install ipywidgets jupyter==1.0.0 jupyter-contrib-core==0.4.2 jupyter-contrib-nbextensions==0.7.0 jupyterlab==3.6.3 jupyterlab-widgets==3.0.5 notebook==6.5.4 pythreejs==2.4.2 traitlets==5.9.0 widgetsnbextension==4.0.7 --force-reinstall
worked for me.
thank you ,i have solved this issue by following your method @milmillin
Hi,
I was trying to use the Jupyter Notebook tutorial in the examples. However I can't draw any graphics, no matter what I try, I always get the error "Failed to load model class 'RendererModel' from module 'jupyter-threejs'". I tried changing browsers, but that didn't solve the problem. I would like to know if there is a way to solve this problem?
Thank you in advance!