Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
asset_shas.json | 2025-08-04 | 200 Bytes | |
ipykernel-6.30.1-py3-none-any.whl | 2025-08-04 | 117.5 kB | |
ipykernel-6.30.1.tar.gz | 2025-08-04 | 166.3 kB | |
README.md | 2025-08-04 | 1.1 kB | |
v6.30.1 source code.tar.gz | 2025-08-04 | 167.8 kB | |
v6.30.1 source code.zip | 2025-08-04 | 211.6 kB | |
metadata.json | 2025-08-04 | 329 Bytes | |
Totals: 7 Items | 664.7 kB | 4 |
6.30.1
This is a bugfix release to fix a significant bug introduced in 6.30.0 that allowed control messages to be handled concurrently rather than sequentially which broke debugging in JupyterLab and VSCode.
Bugs fixed
- Correct use of asyncio.Lock to process a single control message at a time #1416 (@ianthomas23)
Maintenance and upkeep improvements
- Backport: Remove links in changelog to github milestones that no longer exist #1417 (@ianthomas23)