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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-12:GA/IPython && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
IPython.changes | 0000007332 7.16 KB | |
IPython.spec | 0000003650 3.56 KB | |
ipython-0.13.1.tar.gz | 0005921953 5.65 MB | |
python3-IPython.changes | 0000001936 1.89 KB | |
python3-IPython.spec | 0000003976 3.88 KB |
Revision 23 (latest revision is 36)
This SR updates IPython to 0.13.1 and does a number of fixes in the Python 3 package, ensuring that docs aren't installed twice, and that man pages have correct names. The rename hack is no longer required as upstream puts "3" next to the binaries now. - Update to 0.13.1 - New major upstream release - Major notebook improvements - Major improvements to the Qt console - Improvement of parallel tools - Remove the renames (now setuptools adds a -3 suffix automatically) - Fix man pages (rename them accordingly, fixes rpmlint warning) - Update to 0.13.1 - New major upstream release - Major notebook improvements - Major improvements to the Qt console - Improvement of parallel tools - Spec file adjustment: remove docs, since IPython-doc already provides them (forwarded request 139164 from luca_b)
Comments 0