Skip to content

Commit d6a691b

Browse files
authored
Update readme.md
1 parent 9152c19 commit d6a691b

File tree

1 file changed

+4
-0
lines changed
  • src/jupyter_contrib_nbextensions/nbextensions/execute_time

1 file changed

+4
-0
lines changed

src/jupyter_contrib_nbextensions/nbextensions/execute_time/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ The available options are:
113113
cells. The template uses an ES2015-like syntax, but replaces only the exact
114114
strings `${start_time}`, plus (if defined) `${end_time}` and `${duration}`.
115115
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`.
116120

117121

118122

0 commit comments

Comments
 (0)