--- id: ipykernel version: "7.3.0" license: BSD-3-Clause license_treatment: permissive maintenance: active --- # ipykernel — IPython Kernel for Jupyter License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install ipykernel uv add ipykernel poetry add ipykernel ## Description # IPython Kernel for Jupyter [![Build Status](https://github.com/ipython/ipykernel/actions/workflows/ci.yml/badge.svg?query=branch%3Amain++)](https://github.com/ipython/ipykernel/actions/workflows/ci.yml/badge.svg?query=branch%3Amain++) [![Documentation Status](https://readthedocs.org/projects/ipykernel/badge/?version=latest)](http://ipykernel.readthedocs.io/en/latest/?badge=latest) This package provides the IPython kernel for Jupyter. ## Installation from source 1. `git clone` 1. `cd ipykernel` 1. `pip install -e ".[test]"` After that, all normal `ipython` commands will use this newly-installed version of the kernel. ## Running tests Follow the instructions from `Installation from source`. and then from the root directory ```bash pytest ``` ## Running tests with coverage Follow the instructions from `Installation from source`. and then from the root directory ```bash pytest -vv -s --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10 ``` ## About the IPython Development Team The IPython Development Team is the set of all contributors to the IPython project. This includes all of the IPython subprojects. The core team that coordinates... ## AI interpretation — verify before relying Provides the IPython kernel backend that powers interactive Python code execution in Jupyter notebooks and JupyterLab environments. Verdict: Stable, actively maintained core infrastructure for Jupyter with no known vulnerabilities and permissive licensing. The 13 runtime dependencies are standard ecosystem packages. Suitable for production use in notebook environments. [View on SkillFed](https://skillfed.io/packages/ipykernel) · [View on PyPI](https://pypi.org/project/ipykernel/)