An Enhanced Interactive Python Shell
IPython provides a replacement for the interactive python (Python)
interpreter with extra functionality.
Main features:
* Comprehensive object introspection.
* Input history that is persistent across sessions.
* Caching of output results during a session with automatically
generated references.
* Readline-based name completion.
* Extensible system of 'magic' commands for controlling the
environment and performing many tasks related either to IPython
or the operating system.
* Configuration system with easy switching between different setups
(simpler than changing $PYTHONSTARTUP environment variables every
time).
* Session logging and reloading.
* Extensible syntax processing for special purpose situations.
* Access to the system shell with user-extensible alias system.
* Easily embeddable in other Python programs.
* Integrated access to the pdb debugger and the Python profiler.
- Sources inherited from project SUSE:SLE-12:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-12:Update/IPython && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
IPython.changes | 0000007703 7.52 KB | |
IPython.spec | 0000003981 3.89 KB | |
ipython-0.13.1.tar.gz | 0005921953 5.65 MB | |
ipython-fix-loading-newer-pyqt.diff | 0000005035 4.92 KB | |
python3-IPython.changes | 0000002493 2.43 KB | |
python3-IPython.spec | 0000003720 3.63 KB |
Revision 28 (latest revision is 36)
The version check for PyQt in IPython 0.13.1 is wrong, and will cause Qt console to fail on systems where PyQt 4.10 is installed. This SR includes a patch rediffed from upstream0.13 branch(which has already fixed the issue) to allow loading of the Qt console when PyQt4 4.10+ is present. Tested locally, works. (forwarded request 159553 from luca_b)
Comments 0