-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AiiDAlab doesnt display widgets when installing QE App with edge image #512
Comments
Is this working on latest? What is the version of ipywidgets before you reinstalled it? |
Yes, it does work with the latest, Xing did the test. And the ipywidgets before was 7.7.4 |
Can you provide the outputs of The only change since last version was the update of aiidalab-home package. We did drop the Some more questions:
Can you tell more about these issues? We were hoping that the widgetsnbextension pin is no longer needed. |
So i did a new profile in aiidala-launch. and i pull the full-stack:edge image I installed the app using the appstore , I did the pre-releases. install_requires =
aiida-core~=2.2,<3
Jinja2~=3.0
aiida-quantumespresso~=4.7
aiidalab-widgets-base[optimade]==2.3.0a2
aiida-pseudo~=1.4
filelock~=3.8
importlib-resources~=5.2
aiida-wannier90-workflows==2.3.0
pymatgen==2024.5.1
anywidget==0.9.13
table_widget~=0.0.2 |
I forgot , when the widgetsnbextension gets upgrde to 3.6.10 , the QE app doesn't render the rest of the app only the logo |
Can you list the actually installed packages with |
Hi @danielhollas , the difference I found is:
do you recall at which point the |
ipywidgets is first installed with aiidalab-home into the image. As you probably already found out, the culprit is likely that I unpined the widgetsnbextension in aiidalab/aiidalab-home#179. Can you get the actual error that stop the application from loading? You can look into the JavaScript console to see if there are any errors there. If there are errors in the Python backend, they might not be seen in appmode and you'll need open the jupyter notebook and execute QeApp there. |
When using the full-stack:edge image and installing qe app. The app doesnt displayed the widgets
@superstar54 and I reproduce the same problem.
I noticed that if i install ipywidget 7.8.5 the app can render the widgets , however ,
widgetsnbextension 3.6.10 (gets upgraded causing other issues)
The text was updated successfully, but these errors were encountered: