📜  如何在 jupyter 实验室中启用执行时间 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:03.641000             🧑  作者: Mango

代码示例1
## 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,}