Function Repository Resource:

NotebookHistoryDialog

Source Notebook

Explore the history of changes in 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 session.

Details

Due to changes in the Wolfram front end resources, this function will become deprecated in versions after 14.3.

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.1 – 21 July 2025
  • 1.0.0 – 22 May 2019

Related Resources

Author Notes

The resources on which this depends have been removed from the front end in versions after 14.3.

License Information