Skip to content

Conversation

@randolf-scholz
Copy link
Contributor

@randolf-scholz randolf-scholz commented Jul 2, 2024

I noticed this project depends on ipython_genutils, which was last updated in 2017.
Moreover, the only used thing from ipython_genutils was ipython_genutils.py3compat.string_types, which happens to be the tuple (str,).

from ipython_genutils.py3compat import string_types
assert string_types == (str,)  # ✅
assert string_types[0] is str  # ✅

@github-actions
Copy link
Contributor

github-actions bot commented Jul 2, 2024

Binder 👈 Launch a binder notebook on branch randolf-scholz/ipympl/remove_ipython_genutils

Copy link
Member

@martinRenou martinRenou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@martinRenou martinRenou merged commit 564cf6d into matplotlib:main Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants