We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9152c19 commit d6a691bCopy full SHA for d6a691b
src/jupyter_contrib_nbextensions/nbextensions/execute_time/readme.md
@@ -113,6 +113,10 @@ The available options are:
113
cells. The template uses an ES2015-like syntax, but replaces only the exact
114
strings `${start_time}`, plus (if defined) `${end_time}` and `${duration}`.
115
Defaults to `'execution queued ${start_time}'`.
116
+
117
+* `ExecuteTime.hide_shorter_than_threshold_in_ms`: Threshold to hide execution
118
+ timings that are short. Set this to zero to show all timings.
119
+ Defaults to `0`.
120
121
122
0 commit comments