matplotlib / ipympl

Matplotlib Jupyter Integration
https://matplotlib.org/ipympl/
BSD 3-Clause "New" or "Revised" License
1.57k stars 227 forks source link

fix toolbar for mpl>3.6 #428

Closed ianhi closed 2 years ago

ianhi commented 2 years ago

Will fix: https://github.com/matplotlib/ipympl/issues/426 once https://github.com/matplotlib/matplotlib/pull/22454 goes in

github-actions[bot] commented 2 years ago

Binder :point_left: Launch a binder notebook on branch ianhi/ipympl/toolbar

ianhi commented 2 years ago

@martinRenou I was about to bump versions and make a new release but realized I don't actually know what all needs to be bumped. In particular what do we do with js_semver?

https://github.com/matplotlib/ipympl/blob/fc0e08c7a88fd08eba6faa71660718a66856c9c6/ipympl/_version.py#L3

martinRenou commented 2 years ago

Thanks!

You can probably just make a Python package release. We didn't change the JS code since the last release.