Как включить время исполнения в лаборатории Jupyter

## Enable execution time in 3 steps

Step1: install this package !pip install jupyterlab_execute_time
Step2: reload the jupyterlab page (no need to shut down)
Step3: go to notebook section in jupyterlab advanced setting and paste this code
       
       {"recordTiming": true,}
Darkstar