Notebook

Applies to: python

A notebook mixes code, output, text, and plots in one document, commonly used for exploration and teaching.

x = [1, 2, 3]
sum(x)

See also: pandas-dataframe, numpy-array