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
I installed the updated code and ran into an issue when running:
aizynthapp --config config_local.yml
It appears that the ipywidgets throws the error displaying widget when viewing the jupyter notebook.
To fix this I had to pip install ipywidgets==8.0.0 - there is a message shown that this version would conflict with aizynthfinder, but it seems to have fixed the problem. I have tried this on both Mac and Linux and it seems to work on both of these OS.
Hope this helps.
All the best!
The text was updated successfully, but these errors were encountered:
Hello Mike.
We had issues with ipywidgets before, so we pinned it to a lower version. That have worked, so it is interesting that it doesn't work for you.
I also think they have fixed the issue that was causing problems before, so perhaps we should update the version.
We will look into this.
Hi,
I installed the updated code and ran into an issue when running:
aizynthapp --config config_local.yml
It appears that the ipywidgets throws the
error displaying widget
when viewing the jupyter notebook.To fix this I had to
pip install ipywidgets==8.0.0
- there is a message shown that this version would conflict withaizynthfinder
, but it seems to have fixed the problem. I have tried this on both Mac and Linux and it seems to work on both of these OS.Hope this helps.
All the best!
The text was updated successfully, but these errors were encountered: