Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Notebooks /  Basic Objects /

Cell

FilledSmallSquare Cell[contents, "style"] represents a cell in a Mathematica TE notebook.

FilledSmallSquare A Mathematica TE notebook consists of a list of cells.
FilledSmallSquare You can see the form of a cell as an expression by using the Show Expression command in the standard Mathematica TE front end.
FilledSmallSquare You can access cells in a notebook directly using the front end.
FilledSmallSquare The contents of cells can be the following:

FilledSmallSquare In any given notebook, a collection of possible cell styles are defined, typically with names such as "Title", "Section", "Input" and "Output".
FilledSmallSquare Cells can have many options, including:

FilledSmallSquare See The Mathematica Book on the web: Section 2.10.1 and Section 2.10.7.