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-SP1:Update/IPython && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
CVE-2014-3429-cross-domain.patch | 0000002454 2.4 KB | |
IPython.changes | 0000010658 10.4 KB | |
IPython.spec | 0000006232 6.09 KB | |
ipython-1.1.0.tar.gz | 0008658909 8.26 MB |
Latest Revision
- CVE-2014-3429-cross-domain.patch - RCE in IPython Notebook via cross-origin websocket connection (CVE-2014-3429, bnc#887577)
Comments 0