Benchmarking runtime#

To record the time taken to run each cell in JupyterLab, we suggest using jupyterlab-execute-time

Installation#

pip install jupyterlab_execute_time

Usage#

This plugin displays the metadata collected by the JupyterLab notebook, to ensure that the time is collected as part of the metadata, enable the record-time feature in notebook settings Settings -> Notebook -> Recording timing

Change notebook settings#

syntax

Sample notebook#

syntax

Each executed cell shows the last executed time and the runtime

syntax