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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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