PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Evaluation Control
>
Built-in
Mathematica
Symbol
Notebooks as Mathematica Expressions
Options for Cells
Tutorials »
|
InitializationCell
CellProlog
CellContext
CellEvaluationFunction
See Also »
|
Evaluation Control
Evaluation Options in Notebooks
Parallel & Grid Computing
Stylesheets
More About »
Evaluator
Evaluator
is an option for objects such as
Button
,
Dynamic
and
Cell
which gives the name of the kernel to use to evaluate their contents.
MORE INFORMATION
The default setting is typically
Evaluator->"Local"
.
Evaluator->
None
specifies that no evaluation should be done.
Evaluator
is more often set at a global level or at the level of whole notebooks than at the level of individual cells or other objects.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Create input cells with different
Evaluator
settings:
In[1]:=
The first cell has no evaluator; the second cell uses the evaluator named
"Local"
:
In[2]:=
SEE ALSO
InitializationCell
CellProlog
CellContext
CellEvaluationFunction
TUTORIALS
Notebooks as
Mathematica
Expressions
Options for Cells
MORE ABOUT
Evaluation Control
Evaluation Options in Notebooks
Parallel & Grid Computing
Stylesheets
New in 3
© 2008 Wolfram Research, Inc.