I have installed jupterlab version 2.2.0a0 and the extension jupyterlab-execute-time.
However when I run a cell the execution time is not reported:
What should I do?
I have installed jupterlab version 2.2.0a0 and the extension jupyterlab-execute-time.
However when I run a cell the execution time is not reported:
What should I do?
Following the solution in this thread
You need to enable cell timing in the notebook via Settings->Advanced Settings Editor->Notebook: {"recordTiming": true}
After this, it should work properly.