• See the release notes for more information about what’s new. IPython 6.5: minor bugfixes and Python 3.7 compatibility (July 28, 2018).
  • IPython 2.0 : We are proud to announce the availability of IPython 2.0, a major new release including HTML widgets and multi-directory navigation.
  • Although IPython still provides the base for interactive shells, the parallel computing aspect has been separated from the main IPython application into...
  • Special commands provided by iPython, prepended by %. Run a Python script from within iPython: In [35]: %run people.py [
  • IPython (Interactive Python) is an enhanced interactive shell that offers many features for editing, debugging, profiling, and the visualization of data.
  • There are two primary means of how we can use IPython and we’ll discuss them in this post: the IPython shell and the IPython notebook.
  • IPython provides a rich toolkit to help you make the most out of using Python interactively. Its main components are: A powerful interactive Python shell.
    • Version:
      8.26.0 · 28 June 2024
    • License:
      BSD License (BSD-3-Clause)
    pip install ipython
  • Other repos in the IPython organization contain things like the website, documentation builds, etc. Official repository for IPython itself.
  • IPython (Interactive Python) is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language...
  • Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc. - Releases · ipython/ipython.