Jupyter in VScode shows the cell execution time like this:
'1.9s'
but I would like a way to timestamp when the cell was run:
'1.9s on 4/28/22 10:30:05'
I had this function in Jupyter in the browser with an extension, but haven't found a way to show it in VSCode. Any ideas?