Skip to content

Commit

Permalink
Define IPython
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvis committed Sep 30, 2021
1 parent ace2c11 commit ae4bda1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3466,6 +3466,17 @@
If an invariant expression is not true, this is indicative of a problem, and
may result in failure or early termination of the program.
- slug: ipython
ref:
- jupyter
en:
term: "IPython"
def: >
Short for "Interactive [Python](#python)", a [console](#console) designed
to assist interactive and exploratory programming with the features such
as coloured text, [tab-completion](#tab_completion),
[filesystem](#filesystem) navigation, quick access to
[documentation](#docstring) and [shell commands](#shell).
- slug: iso_date_format
en:
Expand Down Expand Up @@ -3558,7 +3569,7 @@
term: "Jupyter"
def: >
Project Jupyter is a non-profit, open-source project that was born out of the IPython Project
in 2014 as IPython evolved to support interactive [data science](#data_science) and scientific
in 2014 as [IPython](#ipython) evolved to support interactive [data science](#data_science) and scientific
computing in many different programming languages.
Expand Down

0 comments on commit ae4bda1

Please sign in to comment.