Jupyter Notebook: Difference between revisions
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://jupyter.org | |||
=Internal= | =Internal= | ||
* [[ | * [[Python_for_Data_Analysis#Overview|Python for Data Analysis]] | ||
=Overview= | =Overview= | ||
Jupyter Notebook is a language-agnostic interactive computing tool. It has evolved from [[IPython]]. The IPython system can be used as a kernel for using Python with Jupyter. | |||
=Subjects= | =Subjects= | ||
* [[Jupyter Notebooks Concepts|Concepts]] | * [[Jupyter Notebooks Concepts|Concepts]] | ||
* [[Jupyter Notebooks Operations|Operations]] |
Latest revision as of 23:38, 14 May 2024
External
Internal
Overview
Jupyter Notebook is a language-agnostic interactive computing tool. It has evolved from IPython. The IPython system can be used as a kernel for using Python with Jupyter.