Skip to content

Commit 68e296b

Browse files
committed
Update docs
1 parent 1202e2e commit 68e296b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,16 @@ Use the following settings to update cell execution time for a notification and
5959

6060
// Trigger only for the last selected notebook cell execution.
6161
// Trigger a notification only for the last selected executed notebook cell.
62+
// NOTE: Only Available in version >= v0.3.0
6263
"last_cell_only": false,
6364

6465
// Minimum Notebook Cell Execution Time
6566
// The minimum execution time to send out notification for a particular notebook cell (in seconds).
6667
"minimum_cell_execution_time": 60,
6768

6869
// Report Notebook Cell Execution Time
69-
// Display notebook cell execution time in the notification.
70+
// Display notebook cell execution time in the notification.
71+
// If last_cell_only is set to true, the total duration of the selected cells will be displayed.
7072
"report_cell_execution_time": true,
7173

7274
// Report Notebook Cell Number

schema/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"report_cell_execution_time": {
1919
"type": "boolean",
2020
"title": "Report Notebook Cell Execution Time",
21-
"description": "Display notebook cell execution time in the notification.",
21+
"description": "Display notebook cell execution time in the notification. If last_cell_only is set to true, the total duration of the selected cells will be displayed.",
2222
"default": true
2323
},
2424
"report_cell_number": {
@@ -37,7 +37,7 @@
3737
"last_cell_only": {
3838
"type": "boolean",
3939
"title": "Trigger only for the last selected notebook cell execution.",
40-
"description": "Trigger a notification only for the last selected executed notebook cell",
40+
"description": "Trigger a notification only for the last selected executed notebook cell.",
4141
"default": false
4242
}
4343
}

0 commit comments

Comments
 (0)