Ipympl Versions Save

Matplotlib Jupyter Integration

0.8.3

2 years ago

What's Changed

Full Changelog: https://github.com/matplotlib/ipympl/compare/0.8.2...0.8.3

0.8.2

2 years ago

Bug fixes:

  • Fix issue with Pyolite workaround #382

0.8.1

2 years ago

Improvements:

  • Save plot image in the Widget model #376
  • Mock Tornado for JupyterLite #381
  • Fix DPI for static image #380
  • Improve rubberband #371
  • Pre-commit setup #362

Bug fixes:

  • Fix import when not in IPython context #364

0.8.0

2 years ago
  • ipympl now saves the static plot image in the Notebook #343
  • jupyter-matplotlib has switched to TypeScript #314

0.7.0

3 years ago

This is the first release that will fully support the upcoming matplotlib 3.4

0.6.3

3 years ago

Bug fixes

  • Fix JupyterLab 2 support #296
  • Fix plt.pause() behaviour #291

0.6.2

3 years ago

Bug fixes:

  • Fix Jupyter Notebook support

0.6.1

3 years ago

Bug fixes:

  • Missing JS code in the MANFEST

0.6.0

3 years ago

Improvements:

  • Add support for JupyterLab 3

0.5.8

3 years ago

Improvements

  • Make jupyter-matplotlib discoverable by the jupyterlab extension manager #257 @ianhi

Bug fixes

  • Fix Matplotlib 3.3.* support #264 @ianhi