What generates the In/Out CellLabels in Mathematica and how can I add automatic Timing to them?

后端 未结 2 2170
名媛妹妹
名媛妹妹 2021-02-16 00:23

When Mathematica evaluates a cell, it gives the Input cell and Output cell the CellLabels In[$Line]:= and Out[$Line]= where $Line is a counter that get

2条回答
  •  日久生厌
    2021-02-16 00:43

    Another way of doing this would be to set EvaluationCompletionAction -> "ShowTiming" which will display timing information in the status bar of the notebook window after each evaluation.

    alt text

提交回复
热议问题