Skip to content

Commit

Permalink
Merge pull request #385 from ashwinvis/enh/def-ipython
Browse files Browse the repository at this point in the history
Define IPython
  • Loading branch information
elletjies authored Mar 10, 2022
2 parents 5d18e96 + faeafc3 commit 3d076bc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4957,11 +4957,24 @@
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)", 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).
am:
term: የማይለዋወጥ
def: >
የሆነ ነገር በማንኛውም ጊዜ በፕሮግራሙ ውስጥ ወይም በ ውስጥ (እውነት)(#true) መሆን አለበት [የሕይወት ዑደት](#lifecycle) የአንድ [ነገር](#object)። ተለዋዋጭነት ብዙውን ጊዜ የሚገለጸው [ማረጋገጫዎችን](#assertion) በመጠቀም ነው ፡፡
- slug: iso_date_format
en:
term: "ISO date format"
Expand Down Expand Up @@ -5087,7 +5100,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.
am:
Expand Down

0 comments on commit 3d076bc

Please sign in to comment.