Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to enable execution time in jupyter lab

## 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,}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #enable #execution #time #jupyter #lab
ADD COMMENT
Topic
Name
6+3 =