how to enable execution time in jupyter lab

Solutions on MaxInterview for how to enable execution time in jupyter lab by the best coders in the world

showing results for - "how to enable execution time in jupyter lab"
Muhammed
16 Oct 2020
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