6.31.0
IPykernel 6.31.0 fixes an issue where display outputs such as Matplotlib plots were not included when using %notebook
magic to save sessions as .ipynb
files. This is enabled using the traitlet ZMQDisplayPublisher.store_display_history
which defaults to the previous behaviour of False
. This is a minor release rather than a patch release due to the addition of the new traitlet.
Enhancements made
- Backport PR #1435: Store display outputs in history for
%notebook
magic #1461 (@Darshan808)
Maintenance and upkeep improvements
- Backport PR #1453: update tests for 3.14 #1460 (@minrk)
- Backport PR #1444: Test on PyPy 3.11 instead of 3.10 #1459 (@cclauss)
- 6.x: Update PEP-639 license values in pyproject.toml #1446 (@bollwyvl)
- Backport PR #1411: Replace
@flaky.flaky
decorate with pytest fixture #1421 (@mgorny)
Contributors to this release
(GitHub contributors page for this release)
@bollwyvl | @cclauss | @Darshan808 | @ianthomas23 | @krassowski | @lumberbot-app | @meeseeksmachine | @mgorny | @minrk