Support timing indicating when cell execution got scheduled
Opened this issue · 0 comments
krassowski commented
#29 implements timing of cell execution, but not of when cell execution was scheduled. This can be done by recording the current time when the task to execute the request is put on the task queue, here:
or more precisely here:
For backward compatibility this should be recorded as iopub.status.busy. This will allow extensions such as jupyterlab-execute-time to display the time since the server-side execution was scheduled (as they do for normal execution).