Skip to content

Commit 9152c19

Browse files
authored
Update configuration yaml
Set min value to 0, without upper bank and default of 0
1 parent 0558287 commit 9152c19

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/jupyter_contrib_nbextensions/nbextensions/execute_time/ExecuteTime.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,12 @@ Parameters:
8686
replacement tokens.
8787
default: 'execution queued ${start_time}'
8888
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

Comments
 (0)