Plots now showing
engelberger opened this issue · 3 comments
engelberger commented
Hello, I was wondering if you have the issue of the viewer not rendering, I have tested in multiple web browsers (Chrome, Firefox, Edge)and none is working. I can not see the stmol viewers in https://rascore.streamlit.app/ either. An hour ago a bugfix was commited
3dmol/3Dmol.js#636 but still not working.
Thanks in advance
dkoes commented
3Dmol.js 2.0 no longer provides JQuery and if you are using the UI you'll need to explicitly include 3Dmol.ui.js. If you are generating HTML from jupyter notebooks, you'll need to update py3Dmol to the latest version and regenerate.
engelberger commented
Thanks, running the following to update py3Dmol solved the issues
pip install py3Dmol==2.0.0.post2
mitch-parker commented
Thank you so much for the solution!