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 0558287 commit 9152c19Copy full SHA for 9152c19
src/jupyter_contrib_nbextensions/nbextensions/execute_time/ExecuteTime.yaml
@@ -86,3 +86,12 @@ Parameters:
86
replacement tokens.
87
default: 'execution queued ${start_time}'
88
input_type: text
89
+
90
+- name: ExecuteTime.hide_shorter_than_threshold_in_ms
91
+ description: |
92
+ Hide execution timings that are shorter than this threshold (in ms). Set to
93
+ zero to show all timings.
94
+ default: 0
95
+ input_type: number
96
+ step: 1
97
+ min: 1
0 commit comments