1## Enable execution time in 3 steps
2
3Step1: install this package !pip install jupyterlab_execute_time
4Step2: reload the jupyterlab page (no need to shut down)
5Step3: go to notebook section in jupyterlab advanced setting and paste this code
6
7 {"recordTiming": true,}
8