The history tag has no wiki summary.
2
votes
0answers
46 views
How to retroactively merge cell change history according to a merge interval
I recently noted that there is an option in the options inspector to set a merge interval for cell changes. This (I think) prevents a quick series of changes from spamming your notebook history with a ...
5
votes
2answers
63 views
Obtain input expression from history without evaluating
I typed and evaluated an expression, but deleted it from the notebook. For instance, suppose it was
In[1]:= Round@SessionTime[]
Out[1]= 2
I now want to retrieve ...