-
Notifications
You must be signed in to change notification settings - Fork 136
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
Error displaying widget in Jupyter notebook #139
Comments
Hmm. That was not a very informative error. |
This is on Windows 10. I'm not sure what else I can provide to help, but the environment was set up according to the README:
then installed Pillow=9.0.0 as in the notebook and then the block above. Everything else seems to run fine except for "Error displaying widget". |
Update: It looks like the issue is being caused by the notebook v7 update in Jul 2023. Issue was solved by downgrading: |
Thanks for finding a solution. |
I installed ipywidgets and it fixed the issue even with the latest notebook (7.0.6) https://ipywidgets.readthedocs.io/en/7.x/user_install.html |
Hello @Enache-David |
The widgets were not displaying, instead there was the same error: "Error displaying widget". After installing ipywidgets the widgets appeared. |
Fixed by #141 |
Followed instructions for installation and used the following code from this demo (https://github.com/MolecularAI/aizynthfinder/blob/master/contrib/notebook.ipynb):
Results in the following output from Jupyter notebook:
The text was updated successfully, but these errors were encountered: