ipython/ipython

Description: Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 2 hours ago
Added to GitGenius on September 18th, 2024
Created on May 10th, 2010
Open Issues & Pull Requests: 1,339 (+0)
Number of forks: 4,496
Total Stargazers: 16,749 (+1)
Total Subscribers: 711 (+0)

Issue Activity (beta)

Open issues: 1,011
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 2,412 days
Stale 30+ days: 1,000
Stale 90+ days: 994

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 2

Top labels

  • bug (887)
  • notebook (676)
  • needs-info (256)
  • documentation (176)
  • qtconsole (169)
  • tab-completion (141)
  • windows (139)
  • nbconvert (127)

Repository Insights (GitGenius)

Median issue/PR response: 8.1 days
Mean response time: 1091.0 days
90th percentile: 4001.4 days
Tracked items: 789

Most active contributors

Detailed Description

IPython is a command shell for interactive computing that provides a significantly enhanced Python REPL with introspection, rich media support, shell syntax integration, tab completion, and persistent input history. Originally developed for Python, it has become a foundational tool in the scientific Python ecosystem and serves as the kernel underlying Jupyter notebooks and other interactive computing environments.

The repository maintains active development with substantial community engagement. GitGenius tracking data shows 760 issues and pull requests with a median response latency of 237.8 hours, indicating consistent project maintenance. The most frequently discussed topics center on notebook functionality with 141 labeled issues, bug reports with 71 issues, and tab-completion features with 34 issues. The project's core contributors include Carreau with 826 tracked events, krassowski with 213 events, and takluyver with 168 events, demonstrating sustained involvement from key maintainers.

IPython's feature set encompasses comprehensive object introspection capabilities, input history that persists across sessions, and output result caching with automatically generated references. The tab completion system is extensible and provides default support for Python variables, keywords, filenames, and function arguments. A distinctive aspect of IPython is its magic command system, which allows users to control the environment and perform tasks related to IPython or the operating system. The platform includes a rich configuration system enabling easy switching between different setups, session logging and reloading functionality, and extensible syntax processing for specialized use cases. Users gain access to the system shell with a user-extensible alias system, and IPython can be embedded directly into other Python programs and graphical interfaces. The debugger integration with pdb and Python profiler access are built-in capabilities.

The project follows SPEC-0 standards for determining minimum supported Python versions, currently requiring Python 3.11 or newer. Python 3.11 support is additionally maintained through funding from the D. E. Shaw group. The repository's classification spans multiple domains including notebooks, prototyping, computing, visualization, interactive computing, kernel development, console interfaces, data science, scientific computation, and education. This broad classification reflects IPython's role as infrastructure for interactive Python development across numerous domains.

The codebase maintains integration with the broader scientific Python ecosystem, as evidenced by overlapping contributors with microsoft/vscode, sympy/sympy, and pandas-dev/pandas. The project includes automated testing workflows with coverage tracking and follows modern development practices including git blame ignore functionality for formatting changes. While the Jupyter Notebook, Qt console, and related components have been separated into the Jupyter organization, IPython itself remains the core interactive shell and kernel implementation that powers these downstream projects. The official documentation is maintained at ipython.readthedocs.org, providing comprehensive installation, usage, and contribution guidelines for users and developers.

ipython
by
ipythonipython/ipython

Repository Details

Fetching additional details & charts...