Automic VaultAutomic Vault

brew

Install ipython with Homebrew, apk, apt, dnf, pacman, zypper

Interactive computing in Python. Version 9.15.0 via Homebrew; verified 2026-06-27.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install ipython

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add ipython

Alpine Linux edge package indexes · ipython · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install ipython3

Debian stable package indexes · ipython3 · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install python3-ipython

Fedora Rawhide package metadata · python3-ipython · source: dl.fedoraproject.org

Arch Linux pacmanverified · 92%
sudo pacman -S ipython

Arch Linux sync databases · ipython · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install python311-ipython

openSUSE Tumbleweed package metadata · python311-ipython · source: download.opensuse.org

overview

Package summary

Interactive computing in Python

Commands and aliases

  • ipython
  • ipython3

history

Project history and usage

IPython is the influential interactive Python shell and computing environment that helped define modern Python REPL ergonomics: rich introspection, history, magic commands, colored tracebacks, object display, shell integration, and a profile-based configuration system.

Project history

The official IPython history says Fernando Perez started IPython in 2001 while a graduate student at the University of Colorado, Boulder. It grew from three projects: Perez's ipython, Janko Hauser's IPP, and Nathan Gray's LazyPython.

Perez's stated goal was to combine shell-like features, IDL/Matlab-style numerical work, Mathematica-like prompt and output history, and strong object introspection into a unified Python environment. That origin explains why IPython became both a programmer convenience tool and a scientific-computing foundation.

IPython later became the human-facing terminal shell part of a larger interactive-computing ecosystem. The Jupyter split moved notebooks, kernels, and language-agnostic protocols into Jupyter projects, while IPython continued as the Python terminal shell, kernel implementation lineage, and library of interactive features.

The long 8.x release notes show ongoing adaptation to Python version changes, prompt-toolkit behavior, debugger behavior, magics, rich display, and even experimental LLM completion hooks, while preserving the central command-line shell identity.

Adoption history

IPython was adopted heavily in scientific Python because it made exploratory programming feel closer to mathematical systems while remaining ordinary Python. It became a common dependency or companion for NumPy, SciPy, matplotlib, notebooks, teaching environments, and data-analysis workflows.

Package managers matter to IPython's spread: it is shipped by Homebrew and major Linux distributions, while Python users also install it through Python packaging tools. That dual identity makes it both a system package and a Python ecosystem package.

How it is used

Users run the ipython command for an enhanced REPL with tab completion, introspection, command history, magics, shell escapes, debugging helpers, rich tracebacks, and custom display hooks. Configuration lives under IPython profiles, including files such as ipython_config.py and ipython_config.json.

IPython is also used indirectly by tools that embed interactive shells, expose kernels, or rely on IPython display and completion behavior. Its API surface is larger than the visible command because interactive Python became a platform for other developer tools.

Why package nerds care

IPython is package-nerd significant because it is a package that changed user expectations for a language runtime's shell without replacing the language. Its dependency graph, configuration files, terminal integration, and split history with Jupyter make it more than just a binary named ipython.

It is also a case study in ecosystem boundary-setting: notebooks, kernels, and protocols became Jupyter projects, while IPython kept the Python-specific shell and interactive machinery.

Timeline

  • 2001: Fernando Perez starts IPython at the University of Colorado, Boulder.
  • 2001: IPython combines ideas from ipython, IPP, and LazyPython.
  • 2014: The broader IPython notebook ecosystem moves toward the Jupyter project identity.
  • 2015: IPython 4 era aligns with the Jupyter split, leaving IPython focused on Python-specific interactive pieces.
  • 2022: The 8.x series begins for modern Python versions and prompt-toolkit based terminal workflows.
  • 2025: 8.x release notes document Python 3.13 compatibility and experimental LLM completion work.

Related projects

  • IPython is related to Jupyter, IPykernel, prompt_toolkit, jedi, traitlets, NumPy, SciPy, matplotlib, IPP, LazyPython, and Python's standard interactive interpreter.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 1 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.ipython/profile_default/ipython_config.py~/.ipython/profile_default/ipython_config.json

executables

Installed executables

CommandKindExposureNote
ipythoncliglobal executable
ipython3cliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version9.15.0
manager updated2026-06-27
local dataok
upstreamnot checked
latest detectednot detected

https://ipython.org/

  • infoRelease/tag comparison is only available for GitHub repositories.https://ipython.org/none confidence

install metadata

Package metadata

Package keybrew:ipython
Version9.15.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/ipython
Homepagehttps://ipython.org/
Repositoryhttps://github.com/ipython/ipython
Upstream docshttps://ipython.org/documentation.html
LicenseBSD-3-Clause
Source archivehttps://files.pythonhosted.org/packages/53/59/165d3b4d75cc34add3122c4417ecb229085140ac573103c223cd01dde96f/ipython-9.15.0.tar.gz
Last updated2026-06-27T12:13:46Z
Pulseupdated
Dependenciespython@3.14
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameipython
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

ipython3 8.35.0-1

Enhanced interactive Python 3 shell

https://github.com/ipython/ipython

sudo apt install ipython3
  • Section: python
  • Architecture: all
  • Source Package: ipython
  • 2 dependencies
  • normalized package name match
  • Matched by: Ipython
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ipython3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python-ipython-doc 8.35.0-1

Enhanced interactive Python shell (documentation)

https://github.com/ipython/ipython

sudo apt install python-ipython-doc
  • Section: doc
  • Architecture: all
  • Source Package: ipython
  • 3 dependencies
  • normalized package name match
  • Matched by: Ipython
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python-ipython-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-ipython 8.35.0-1

Enhanced interactive Python shell (Python 3 version)

https://github.com/ipython/ipython

sudo apt install python3-ipython
  • Section: python
  • Architecture: all
  • Source Package: ipython
  • 13 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Ipython
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-ipython from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

ipython3 8.20.0-1

Enhanced interactive Python 3 shell

https://github.com/ipython/ipython

sudo apt install ipython3
  • Section: universe/python
  • Architecture: all
  • Source Package: ipython
  • 2 dependencies
  • normalized package name match
  • Matched by: Ipython
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ipython3 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python-ipython-doc 8.20.0-1

Enhanced interactive Python shell (documentation)

https://github.com/ipython/ipython

sudo apt install python-ipython-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: ipython
  • 2 dependencies
  • normalized package name match
  • Matched by: Ipython
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python-ipython-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-ipython 8.20.0-1

Enhanced interactive Python shell (Python 3 version)

https://github.com/ipython/ipython

sudo apt install python3-ipython
  • Section: universe/python
  • Architecture: all
  • Source Package: ipython
  • 13 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Ipython
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-ipython from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

ipython 9.14.1-r0

A rich toolkit to help you make the most of using Python interactively

https://ipython.org/

sudo apk add ipython
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: ipython
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ipython
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ipython from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ipython-doc 9.14.1-r0

A rich toolkit to help you make the most of using Python interactively (documentation)

https://ipython.org/

sudo apk add ipython-doc
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: ipython
  • normalized package name match
  • Matched by: Ipython
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ipython-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ipython-pyc 9.14.1-r0

Precompiled Python bytecode for ipython

https://ipython.org/

sudo apk add ipython-pyc
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: ipython
  • 1 dependencies
  • normalized package name match
  • Matched by: Ipython
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ipython-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

python3-ipython 9.13.0-3.fc45

An enhanced interactive Python shell

http://ipython.org/

sudo dnf install python3-ipython
  • License: BSD-3-Clause AND MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: ipython
  • 4 dependencies
  • 11 provides
  • normalized package name match
  • Matched by: Ipython
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: python3-ipython from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

python3-ipython+test 9.13.0-3.fc45

Metapackage for python3-ipython: test extras

http://ipython.org/

sudo dnf install python3-ipython+test
  • License: BSD-3-Clause AND MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: ipython
  • 3 dependencies
  • 5 provides
  • normalized package name match
  • Matched by: Ipython
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: python3-ipython+test from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

python3-ipython-sphinx 9.13.0-3.fc45

Sphinx directive to support embedded IPython code

http://ipython.org/

sudo dnf install python3-ipython-sphinx
  • License: BSD-3-Clause AND MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: ipython
  • 3 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Ipython
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: python3-ipython-sphinx from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

ipython 9.12.0-1

Enhanced Interactive Python shell

https://ipython.org

sudo pacman -S ipython
  • License: BSD-3-Clause
  • Architecture: any
  • 10 dependencies
  • 3 optional deps
  • normalized package name match
  • Matched by: Ipython
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: ipython from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper92%

python311-ipython 9.10.0-1.3

Rich architecture for interactive computing with Python

https://github.com/ipython/ipython

sudo zypper install python311-ipython
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: python-ipython
  • 14 dependencies
  • 12 provides
  • installed executable or alias match
  • Matched by: Ipython3
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python311-ipython from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

python313-ipython 9.10.0-1.3

Rich architecture for interactive computing with Python

https://github.com/ipython/ipython

sudo zypper install python313-ipython
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: python-ipython
  • 13 dependencies
  • 19 provides
  • installed executable or alias match
  • Matched by: Ipython3
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python313-ipython from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

python314-ipython 9.10.0-1.3

Rich architecture for interactive computing with Python

https://github.com/ipython/ipython

sudo zypper install python314-ipython
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: python-ipython
  • 13 dependencies
  • 12 provides
  • installed executable or alias match
  • Matched by: Ipython3
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python314-ipython from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment