You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear author, my environment seems to install jupyterlab_3dmol successfully. However, when I ran the code, an error came out, "You appear to be running in JupyterLab (or JavaScript failed to load for some other reason). You need to install the 3dmol extension:
jupyter labextension install jupyterlab_3dmol".
The result of jupyter labextension list :
***miniconda3/envs/jupyterlab/share/jupyter/lab
jupyterlab_pygments v0.2.2 enabled OK (python, jupyterlab_pygments)
@jupyter-widgets/jupyterlab-manager v5.0.5 enabled OK (python, jupyterlab_widgets)
Other labextensions (built into JupyterLab)
app dir: **miniconda3/envs/jupyterlab/share/jupyter/lab jupyterlab_3dmol v0.1.3 enabled OK
local extensions:
jupyterlab_3dmol:**/jupyterlab_3Dmol/jupyterlab_3Dmol
I updated the py3dmol and it happened to work this noon. However, I don't think that's the reason, because the script of visualization still fails on the HTML using jupyter notebook and works on the VScode.
So I guess https://github.com/3dmol/3Dmol.js/issues/362 might relate to this error.
Dear author, my environment seems to install jupyterlab_3dmol successfully. However, when I ran the code, an error came out, "You appear to be running in JupyterLab (or JavaScript failed to load for some other reason). You need to install the 3dmol extension:
jupyter labextension install jupyterlab_3dmol".
The result of
jupyter labextension list
:***miniconda3/envs/jupyterlab/share/jupyter/lab
jupyterlab_pygments v0.2.2 enabled OK (python, jupyterlab_pygments)
@jupyter-widgets/jupyterlab-manager v5.0.5 enabled OK (python, jupyterlab_widgets)
Other labextensions (built into JupyterLab)
app dir: **miniconda3/envs/jupyterlab/share/jupyter/lab
jupyterlab_3dmol v0.1.3 enabled OK
local extensions:
jupyterlab_3dmol:**/jupyterlab_3Dmol/jupyterlab_3Dmol
linked packages:
jupyterlab_3dmol:**/jupyterlab_3Dmol/jupyterlab_3Dmol
The versions are:
JupyterLab v3.5.2
py3dmol 0.8.0
nodejs 18.3.0
CentOS 8
Yesterday it worked, and it failed today. I'm so confused ; ) Hope you can give me some advises.
The text was updated successfully, but these errors were encountered: