IPython Python Interactive Shell

From GM-RKB
Revision as of 01:46, 3 August 2014 by Gmelli (talk | contribs) (Created page with "A IPython Python Interactive Shell is a Python REPL developed by ipython.org. * <B>Context:</B> ** It is based on the IPython Library <code>import IPython</cod...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A IPython Python Interactive Shell is a Python REPL developed by ipython.org.



References

2014

  • (Wikipedia, 2014) ⇒ http://en.wikipedia.org/wiki/IPython Retrieved:2014-8-2.
    • IPython is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language, that offers enhanced introspection, rich media, additional shell syntax, tab completion, and rich history. IPython currently provides the following features:
      • Powerful interactive shells (terminal and Qt-based).
      • A browser-based notebook with support for code, text, mathematical expressions, inline plots and other rich media.
      • Support for interactive data visualization and use of GUI toolkits.
      • Flexible, embeddable interpreters to load into one's own projects.
      • Easy to use, high performance tools for parallel computing.