CellEpilog
是 Cell 的一个选项,在每一次单元内容的普通计算后,给出一个有待计算的表达式.
更多信息
- 对于所有普通内核计算,计算 CellEpilog,该计算可以通过
或 在当前位置上计算 等启动. - 不计算与 Dynamic 对象相关联的计算.
- 缺省设置是 CellEpilog->None.
范例
打开所有单元 关闭所有单元基本范例 (1)
应用 (2)
在一个单元格上设置选项,用 $Post 将特定输入单元格的输出数值化:
SetOptions[NextCell[CellStyle -> {"Input"}], {CellProlog :> ($Post = N), CellEpilog :> ($Post=.)}]Sqrt[8]Sqrt[8]SetOptions[NextCell[CellStyle -> {"Input"}], {CellProlog :> BeginPackage["c1`"], CellEpilog :> EndPackage[]}]Context[x]相关指南
-
▪
- 笔记本的计算选项
相关的工作流程
- 设置初始化单元
文本
Wolfram Research (2007),CellEpilog,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CellEpilog.html.
CMS
Wolfram 语言. 2007. "CellEpilog." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/CellEpilog.html.
APA
Wolfram 语言. (2007). CellEpilog. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/CellEpilog.html 年
BibTeX
@misc{reference.wolfram_2026_cellepilog, author="Wolfram Research", title="{CellEpilog}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/CellEpilog.html}", note=[Accessed: 16-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_cellepilog, organization={Wolfram Research}, title={CellEpilog}, year={2007}, url={https://reference.wolfram.com/language/ref/CellEpilog.html}, note=[Accessed: 16-August-2026]}