Skip to content

Conversation

@dreadnode-renovate-bot
Copy link
Contributor

@dreadnode-renovate-bot dreadnode-renovate-bot bot commented Oct 29, 2025

This PR contains the following updates:

Package Change Age Confidence
ipykernel >=7.0.1,<7.1.0 -> >=7.1.0,<7.2.0 age confidence

Release Notes

ipython/ipykernel (ipykernel)

v7.1.0

Compare Source

IPykernel 7.1.0 fixes an issue where display outputs such as Matplotlib plots were not included when using %notebook magic to save sessions as .ipynb files (#​1435). 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.

Output from threads is restored to the pre-6.29 behavior by default (route to latest cell, unless get_ipython().set_parent() is called explicitly from the thread. If it is called, output from that thread will continue to be routed to the same cell). This behavior is now opt-in, instead of unconditional (#​1451).

This release also fixes bugs that were introduced into the 7.x branch relating to Matplotlib plots in separate windows not being displayed correctly (#​1458), kernels launched in new threads failing asserts (#​1455), and ContextVars persisting between cells (#​1462). There is also a fix for keyboard interrupts on Windows (#​1434).

(Full Changelog)

Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​Darshan808 | @​dfalbel | @​ianthomas23 | @​krassowski | @​lumberbot-app | @​minrk | @​ptosco


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@dreadnode-renovate-bot dreadnode-renovate-bot bot added area/python Changes to Python package configuration and dependencies type/digest Dependency digest updates labels Oct 29, 2025
| datasource | package   | from  | to    |
| ---------- | --------- | ----- | ----- |
| pypi       | ipykernel | 7.0.1 | 7.1.0 |
@dreadnode-renovate-bot dreadnode-renovate-bot bot merged commit 46aea6d into main Nov 9, 2025
9 checks passed
@dreadnode-renovate-bot dreadnode-renovate-bot bot deleted the renovate/ipykernel-7.x branch November 9, 2025 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/python Changes to Python package configuration and dependencies type/digest Dependency digest updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant