IPython Concepts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * IPython") |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[IPython#Subjects|IPython]] | * [[IPython#Subjects|IPython]] | ||
=Overview= | |||
An interactive Python interpreter, that encourages an execute-explore workflow instead of the typical edit-compile-run workflow. IPython evolved into [[Jupyter Notebook]]. |
Revision as of 00:09, 15 May 2024
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.