ipy
ipy is a Python-based interactive computing environment that provides a rich architecture for interactive computing. It is designed to support multiple interactive front-ends, including a command-line interface, a web-based notebook interface, and a Qt-based graphical user interface. ipy is built on top of the IPython project, which itself is an enhanced interactive Python shell that supports introspection, rich media, shell syntax, tab completion, and history.
The ipy architecture is composed of several key components. The ipy kernel is a separate process that
ipy supports a wide range of programming languages beyond Python, including R, Julia, and others, through the
ipy is open-source software, released under the BSD license, and is developed by a community of contributors.