ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.2k stars 806 forks source link

[execute_time] Negative execution time with Julia kernel #1552

Open rouckas opened 3 years ago

rouckas commented 3 years ago

I am getting negative execution times with the execute_time extension and Julia (1.5 or 1.6 beta) kernel. It seems that the measured execution time is few hundred milliseconds shorter than the real execution time. See the example below. With Python kernel, the measurements work fine.

    "ExecuteTime": {
     "end_time": "2021-02-05T22:32:21.496000+01:00",
     "start_time": "2021-02-05T21:32:21.671Z"
    }