Skip to content
This repository has been archived by the owner on Apr 16, 2018. It is now read-only.

record modification time for each cell in sagews #177

Open
haraldschilly opened this issue Nov 4, 2014 · 1 comment
Open

record modification time for each cell in sagews #177

haraldschilly opened this issue Nov 4, 2014 · 1 comment

Comments

@haraldschilly
Copy link
Member

To augment the notification system, I suggest to record the current time (UTC) as a timestamp for each cell in the sagews. E.g. pseudocode

from time import time
{ ... "mtime" : int(time()) }

At some point later, one could use that information to highlight recent modifications, or filter displayed cells based on time, etc.

@williamstein
Copy link
Contributor

it could instead have the start and stop time, so you also know exactly how long it took to execute...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants