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[]}]以下のセルで新たに作成されたシンボルのコンテキストは"c1`"になる:
Context[x]関連するガイド
関連するワークフロー
- 初期化セルを設定する
テキスト
Wolfram Research (2007), CellEpilog, Wolfram言語関数, https://reference.wolfram.com/language/ref/CellEpilog.html.
CMS
Wolfram Language. 2007. "CellEpilog." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CellEpilog.html.
APA
Wolfram Language. (2007). CellEpilog. Wolfram Language & System Documentation Center. Retrieved from 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: 17-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: 17-August-2026]}