Skip to content

Commit d5fe4cc

Browse files
authored
Add hide_shorter_than_threshold_in_ms to options
1 parent d6a691b commit d5fe4cc

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/jupyter_contrib_nbextensions/nbextensions/execute_time/ExecuteTime.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ define([
4949
executed: 'executed in ${duration}, finished ${end_time}',
5050
queued: 'execution queued ${start_time}',
5151
},
52+
hide_shorter_than_threshold_in_ms: 0,
5253
};
5354

5455
function patch_CodeCell_get_callbacks () {

0 commit comments

Comments
 (0)