You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IPython (Interactive Python) was created by Fernando Pérez in 2001 as a more powerful interactive shell for Python. It evolved from Mathematica's notebook interface and was designed to improve the interactive computing experience.
534
534
</p>
535
-
<pclass="text-gray-600 dark:text-gray-400 mb-4">
535
+
<pclass="body-text">
536
536
Over the years, IPython became the foundation for Jupyter notebooks and the broader Project Jupyter ecosystem, revolutionizing how scientists, data analysts, and educators work with code.
537
537
</p>
538
538
</div>
539
539
540
540
<!-- Jupyter Relationship -->
541
541
<div>
542
-
<h2class="text-3xl font-bold mb-4 text-gray-900 dark:text-white">IPython and Project Jupyter</h2>
543
-
<pclass="text-gray-600 dark:text-gray-400 mb-4">
542
+
<h2class="heading-lg">IPython and Project Jupyter</h2>
543
+
<pclass="body-text">
544
544
Since IPython 4.0 (released in 2015), the language-agnostic components were separated into Project Jupyter. IPython now focuses specifically on interactive Python computing as a Jupyter kernel and terminal interface.
545
545
</p>
546
-
<pclass="text-gray-600 dark:text-gray-400 mb-4">
546
+
<pclass="body-text">
547
547
Today, IPython is a core component of the Jupyter ecosystem, providing the powerful interactive Python backend for notebooks, JupyterLab, and other tools.
IPython is part of Project Jupyter and operates under a community-driven governance model. The project is guided by the Jupyter Governance Council and maintained by volunteers from the open-source community.
582
582
</p>
583
-
<pclass="text-gray-600 dark:text-gray-400 mb-4">
583
+
<pclass="body-text">
584
584
Development decisions are made transparently through GitHub discussions, pull requests, and community meetings. Anyone can contribute to IPython regardless of their background or experience level.
IPython is released under the <ahref="https://opensource.org/licenses/BSD-3-Clause"class="text-theme-secondary hover:text-theme-secondary/80 transition-colors">BSD 3-Clause License</a>, which allows free use in both commercial and non-commercial projects.
0 commit comments