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
Accessing toolbar properties causes AttributeError: 'super' object has no attribute '__getattr__'
AttributeError: 'super' object has no attribute '__getattr__'
The problematic lines are here:
ipympl/ipympl/backend_nbagg.py
Lines 162 to 170 in 238d796
This is most probably caused by the mixin-style classes ... a explanation (and a possible solution) might be this:
https://stackoverflow.com/a/28864246/9703451
3.11.3 | packaged by conda-forge | (main, Apr 6 2023, 08:50:54) [MSC v.1934 64 bit (AMD64)] ipympl version: 0.9.3
The text was updated successfully, but these errors were encountered:
fix issues with the layout-editor in ipympl
fc276ea
(matplotlib/ipympl#530 (comment))
No branches or pull requests
Describe the issue
Accessing toolbar properties causes
AttributeError: 'super' object has no attribute '__getattr__'
The problematic lines are here:
ipympl/ipympl/backend_nbagg.py
Lines 162 to 170 in 238d796
This is most probably caused by the mixin-style classes ... a explanation (and a possible solution) might be this:
https://stackoverflow.com/a/28864246/9703451
Versions
The text was updated successfully, but these errors were encountered: