ipython: Interactive computing environment with an enhanced interactive Python shell#
Description#
Interactive computing environment with an enhanced interactive Python shell
From the IPython website:
IPython is a multiplatform, Free Software project (BSD licensed) that offers:
An enhanced Python shell designed for efficient interactive work. It includes many enhancements over the default Python shell, including the ability for controlling interactively all major GUI toolkits in a non-blocking manner.
A library to build customized interactive environments using Python as the basic language (but with the possibility of having extended or alternate syntaxes).
A system for interactive distributed and parallel computing (this is part of IPython’s new development).
License#
BSD
Upstream Contact#
Type#
standard
Dependencies#
$(PYTHON)
$(PYTHON_TOOLCHAIN)
pexpect: Python module for controlling and automating other programs
pickleshare: A ‘shelve’ like datastore with concurrency support
stack_data: Extract data from python stack frames and tracebacks for informative displays
tornado: Python web framework and asynchronous networking library
wcwidth: Measures the displayed width of unicode strings in a terminal
Version Information#
package-version.txt:
8.18.1
version_requirements.txt:
ipython >=7.13.0
Equivalent System Packages#
$ sudo pacman -S ipython
$ conda install ipython
$ sudo apt-get install python3-ipython
$ sudo yum install ipython
$ sudo pkg install devel/ipython
$ sudo emerge dev-python/ipython
$ brew install ipython
$ sudo port install py-ipython
$ sudo zypper install python3\$\{PYTHON_MINOR\}-ipython
$ sudo xbps-install python3-ipython
See https://repology.org/project/ipython/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.