PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Evaluation Options in Notebooks
>
Built-in
Mathematica
Symbol
CellEpilog
CellContext
$Pre
Evaluator
See Also »
|
Evaluation Options in Notebooks
More About »
CellProlog
CellProlog
is an option to
Cell
which gives an expression to evaluate before each ordinary evaluation of the contents of the cell.
MORE INFORMATION
CellProlog:>
expr
evaluates
expr
for every ordinary kernel evaluation done in the cell, as initiated for example by
Shift
+
Enter
or by
Evaluate in Place
.
CellProlog
is not evaluated for evaluations associated with
Dynamic
objects.
The default setting is
CellProlog->
None
.
CellProlog
is often set at a style or notebook level, rather than for individual cells.
EXAMPLES
CLOSE ALL
Applications
(2)
Rules for temporarily setting
$Post
:
In[1]:=
Rules for setting up local package contexts for a cell:
In[1]:=
SEE ALSO
CellEpilog
CellContext
$Pre
Evaluator
MORE ABOUT
Evaluation Options in Notebooks
New in 6
© 2008 Wolfram Research, Inc.