Open Sentient07 opened 1 year ago
From notebook on Chrome, I see the following error
[Open Browser Console for more detailed log - Double click to close this message]
Model class 'RendererModel' from module 'jupyter-threejs' is loaded but can not be instantiated
TypeError: Cannot read properties of undefined (reading 'then')
at http://localhost:8888/lab/extensions/jupyter-threejs/static/jupyter-threejs-chunk.ba1735fea70611ab4bc1.js?v=ba1735fea70611ab4bc1:1:32057
at async Promise.all (index 20)
I tried pip install --upgrade jupyterlab && pip install --upgrade ipywidgets && pip install --upgrade pythreejs
, jupyter nbextension enable --py pythreejs
, jupyter nbextension enable --py widgetsnbextension
yet no avail.
a possible workaround #44 (comment)
Hello,
As the title says, I'm unable to plot on a notebook using VSCode alongside Python 3.9. Specifically, I get the error(s) attached below.
When I click on the image, I get the following traceback (not sure if it is one though)
The closest to mine is https://github.com/skoch9/meshplot/issues/38. I tried out all suggestions from the comments, but no avail.