From ae4bda1dc686db352b5c5919b6544c13974f3573 Mon Sep 17 00:00:00 2001 From: Ashwin Vishnu Date: Thu, 30 Sep 2021 16:54:45 +0200 Subject: [PATCH 1/2] Define IPython See also #239 and #240 --- glossary.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/glossary.yml b/glossary.yml index 188c1955..20376559 100644 --- a/glossary.yml +++ b/glossary.yml @@ -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: @@ -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. From 508fea2fc93ecf343adf5c8fa5ca0a71b62afaf0 Mon Sep 17 00:00:00 2001 From: Ashwin Vishnu Date: Thu, 30 Sep 2021 22:41:43 +0200 Subject: [PATCH 2/2] Grammar corrections in IPython entry --- glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.yml b/glossary.yml index 20376559..653f846a 100644 --- a/glossary.yml +++ b/glossary.yml @@ -3472,8 +3472,8 @@ en: term: "IPython" def: > - Short for "Interactive [Python](#python)", a [console](#console) designed - to assist interactive and exploratory programming with the features such + Short for "Interactive [Python](#python)", it is a [console](#console) designed + to assist interactive and exploratory programming with features such as coloured text, [tab-completion](#tab_completion), [filesystem](#filesystem) navigation, quick access to [documentation](#docstring) and [shell commands](#shell).