deshaw / jupyterlab-execute-time

A JupyterLab extension for displaying cell timings
BSD 3-Clause "New" or "Revised" License
370 stars 48 forks source link

Change format #80

Open ManPython opened 1 year ago

ManPython commented 1 year ago

I want this type format:

2011-11-04 00:05:23.000 - 2011-11-04 00:05:23.014, executed in 14ms

https://github.com/jupyterlab/jupyterlab/issues/13953#issuecomment-1424647293 Can we configure this in easy way? Or can be done this settings around in options Jupyter nbextensions as #nbextensions_configurator?

stefansimik commented 1 year ago

Possible configuration would be really nice 👍

mlucool commented 1 year ago

Thanks for the idea. We'd be happy to accept a PR that makes this opt-in.