is an option for Cell that specifies whether a cell should be used as input to be evaluated by the Wolfram Language kernel.
Evaluatable
is an option for Cell that specifies whether a cell should be used as input to be evaluated by the Wolfram Language kernel.
Details
- With Evaluatable->True, typing
in the front end when the cell is selected will cause the contents of the cell to be sent to the Wolfram Language kernel for evaluation. - Evaluatable is more often set for styles of cells than for individual cells.
Examples
Basic Examples (2)
Use Evaluatable settings to specify whether a cell can be evaluated:
nb = CreateDocument[{TextCell["2+2", "Text", Evaluatable -> True], ExpressionCell[Defer[3 + 3], "Input", Evaluatable -> False]}];SelectionMove[nb, All, Notebook];The first cell can be evaluated, and the second cell cannot:
SelectionEvaluate[nb]A cell that cannot be evaluated:
CellPrint[ExpressionCell[Defer[1 + 1], "Input", Evaluatable -> False]]1 + 1Tech Notes
Related Guides
History
Introduced in 1996 (3.0)
Text
Wolfram Research (1996), Evaluatable, Wolfram Language function, https://reference.wolfram.com/language/ref/Evaluatable.html.
CMS
Wolfram Language. 1996. "Evaluatable." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Evaluatable.html.
APA
Wolfram Language. (1996). Evaluatable. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Evaluatable.html
BibTeX
@misc{reference.wolfram_2026_evaluatable, author="Wolfram Research", title="{Evaluatable}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/Evaluatable.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_evaluatable, organization={Wolfram Research}, title={Evaluatable}, year={1996}, url={https://reference.wolfram.com/language/ref/Evaluatable.html}, note=[Accessed: 13-June-2026]}