We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AttributeError
Our weekly CI failed. All notebooks using ipywidgets are broken with new version 8; affects e.g. nglview.
ipywidgets
nglview
Error message: AttributeError: 'super' object has no attribute '_ipython_display_'
AttributeError: 'super' object has no attribute '_ipython_display_'
See discussions here: nglviewer/nglview#1032 jupyter-widgets/ipywidgets#3552
Solution for now: Pin ipywidgets to version 7, see nglviewer/nglview#1033.
https://github.com/volkamerlab/teachopencadd/blob/daeb016bb89feb93813be925085aff47885225ce/devtools/test_env.yml#L11
The text was updated successfully, but these errors were encountered:
Pin ipywidgets < 8 to solve #59
a45e7ec
Merge pull request #60 from wolberlab/ds-pin-ipywidgets
c238f93
Pin `ipywidgets` < 8 to solve #59
dominiquesydow
No branches or pull requests
Our weekly CI failed. All notebooks using
ipywidgets
are broken with new version 8; affects e.g.nglview
.Error message:
AttributeError: 'super' object has no attribute '_ipython_display_'
See discussions here:
nglviewer/nglview#1032
jupyter-widgets/ipywidgets#3552
Solution for now:
Pin
ipywidgets
to version 7, see nglviewer/nglview#1033.https://github.com/volkamerlab/teachopencadd/blob/daeb016bb89feb93813be925085aff47885225ce/devtools/test_env.yml#L11
The text was updated successfully, but these errors were encountered: