Function Repository Resource:

NotebookHistoryDialog

Source Notebook

Explore history of changes in the currently open notebooks

Contributed by: Wolfram Research

ResourceFunction["NotebookHistoryDialog"][]

opens a notebook dialog that explores the history of the currently open notebooks in your desktop section.

Examples

Basic Examples (1) 

Open the Notebook History dialog:

In[1]:=
ResourceFunction["NotebookHistoryDialog"][]

Properties and Relations (1) 

NotebookHistoryData gives an Association representing cell change times:

In[2]:=
data = ResourceFunction["NotebookHistoryData"][InputNotebook[]];
In[3]:=
Take[data, 5]
Out[3]=

Version History

  • 1.0.0 – 22 May 2019

Related Resources

License Information