IPython: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
=Internal= | =Internal= | ||
* [[Python_for_Data_Analysis#Overview|Python for Data Analysis]] | * [[Python_for_Data_Analysis#Overview|Python for Data Analysis]] | ||
=Subjects= | |||
* [[IPython_Concepts#Overview|Concepts]] | |||
* [[IPython_Operations|Operations]] | |||
=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]]. | 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
External
Internal
Subjects
Overview
An interactive Python interpreter, that encourages an execute-explore workflow instead of the typical edit-compile-run workflow. IPython evolved into Jupyter Notebook.