Ipykernel

Latest version: v6.29.5

Safety actively analyzes 688746 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 23 of 23

4.1.1

- Fix missing `ipykernel.__version__` on Python 2.
- Fix missing `target_name` when opening comms from the frontend.

4.1

- add `ipython kernel install` entrypoint for installing the IPython
kernelspec
- provisional implementation of `comm_info` request/reply for msgspec
v5.1

4.1.0

4.0

4.0 is the first release of ipykernel as a standalone package.


Release Guide

Using `jupyter_releaser`

The recommended way to make a release is to use [`jupyter_releaser`](https://jupyter-releaser.readthedocs.io/en/latest/get_started/making_release_from_repo.html).

Manual Release

- Update `CHANGELOG`

- Run the following:

bash
export VERSION=<version>
pip install pipx
pipx run hatch version $VERSION
git commit -a -m "Release $VERSION"
git tag $VERSION; true;
git push --all
git push --tags
rm -rf dist build
pipx run build .
pipx run twine check dist/*
pipx run twine upload dist/*

Page 23 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.