Has anyone come across a way to visualize a notebook’s history? I’d like to take a notebook and show a chart of changes over time binned to, say, the hour.
Edited: To be clear, I’m just looking for a way to pull the data in some structured format. I can make the visualization.
You can’t do it easily from an Observable notebook hosted on observablehq.com since the endpoint requires authentication, but the history of each notebook is available in JSON form by making a GET request to https://api.observablehq.com/document/:id/history where :id is the hash of your notebook.