Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Collect history of changes in the currently open notebooks
ResourceFunction["NotebookHistoryData"][] gives an association of cell objects and their change times for the input notebook. | |
ResourceFunction["NotebookHistoryData"][nb] gives notebook history data for the notebook object nb. | |
ResourceFunction["NotebookHistoryData"][nb, prop] returns the specified property. |
History data for the first few cells in the input notebook:
In[1]:= |
In[2]:= |
Out[2]= |
History data in a notebook with a few changes:
In[3]:= |
In[4]:= |
In[5]:= |
Out[5]= |
Create a date histogram for all the changes in this notebook:
In[6]:= |
Out[6]= |
Create a timeline plot
In[7]:= |
Out[7]= |
The resource function NotebookHistoryDialog gives an interactive overview of notebook history data:
In[10]:= |
This work is licensed under a Creative Commons Attribution 4.0 International License