Skip to content

Commit a546e82

Browse files
Tobias Weißtwei55
andauthored
Add notebook to references (#816)
* Add notebook entry to references * Link notebook to reference entry mainly because the term was not introduced before * Add missing spaces * Changed and extended reference entry * Change line length Co-authored-by: Tobias Weiß <[email protected]>
1 parent b0d996d commit a546e82

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

_episodes/02-numpy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ a line. These both need to be character strings (or [strings]({{ page.root }}/re
8282
for short), so we put them in quotes.
8383

8484
Since we haven't told it to do anything else with the function's output,
85-
the notebook displays it.
85+
the [notebook]({{ page.root }}/reference/#notebook) displays it.
8686
In this case,
8787
that output is the data we just loaded.
8888
By default,

reference.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ mutable
161161
: Changeable. The value of mutable data can be altered after it has been
162162
created. See [immutable](#immutable)."
163163

164+
notebook
165+
: Interactive computational environment accessed via your web browser, in which you can write
166+
and execute Python code and combine it with explanatory text, mathematics and visualizations.
167+
Examples are IPython or Jupyter notebooks.
168+
164169
object
165170
: A collection of conceptually related variables ([members](#member)) and
166171
functions using those variables ([methods](#method)).

0 commit comments

Comments
 (0)