Notebook: Add timestamp for each cell run

Created on 16 Oct 2017  路  2Comments  路  Source: jupyter/notebook

Would be really nice to have a time stamp included in the notebook for the time when a cell was run and the time it was completed. This can be really handy when looking back at profiling data from other sources and trying to determine the cause during one's run.

Most helpful comment

The ExecuteTime extension can do something like this. We'd be wary of doing it by default, because it would make things worse for version controlling notebooks.

All 2 comments

The ExecuteTime extension can do something like this. We'd be wary of doing it by default, because it would make things worse for version controlling notebooks.

Yep, that looks exactly like what I want. Thanks for the tip. Agree this should be an optional thing.

Was this page helpful?
0 / 5 - 0 ratings