最終更新:2021-02-17 (水) 09:38:57 (1157d)  

IPython
Top / IPython

Pythonを対話的に実行するためのシェル

http://ipython.org/

IPython provides a rich toolkit to help you make the most out of using Python interactively.

概要

  • A powerful interactive shell.
  • A kernel for Jupyter.
  • Support for interactive data visualization and use of GUI toolkits.
  • Flexible, embeddable interpreters to load into your own projects.
  • Easy to use, high performance tools for parallel computing.

メモ

  • Pythonには元々対話的シェルが備えられているが、より高機能なものとして開発されている

main components:

  • 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 your own projects.
  • Easy to use, high performance tools for parallel computing.

GUIツールキット

  • IPython has excellent support for working interactively with Graphical User Interface (GUI) toolkits, such as wxPython, PyQt4/PySide, PyGTK and Tk

関連

参考