IPython Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
=Overview=
=Overview=
An interactive Python interpreter, that encourages an execute-explore workflow instead of the typical edit-compile-run workflow. IPython evolved into [[Jupyter Notebook]]. IPython has tab completion, which searches the namespace for any variables (objects, functions, etc.) matching the typed characters.
An interactive Python interpreter, that encourages an execute-explore workflow instead of the typical edit-compile-run workflow. IPython evolved into [[Jupyter Notebook]]. IPython has tab completion, which searches the namespace for any variables (objects, functions, etc.) matching the typed characters.
=Features=
==<t>?</t>==
Introspection.

Revision as of 21:33, 15 May 2024

External

Internal

Overview

An interactive Python interpreter, that encourages an execute-explore workflow instead of the typical edit-compile-run workflow. IPython evolved into Jupyter Notebook. IPython has tab completion, which searches the namespace for any variables (objects, functions, etc.) matching the typed characters.

Features

<t>?</t>

Introspection.