Skip to content

Commit 22f3cd1

Browse files
committed
add interrupt kernel command to default items
1 parent 47518c8 commit 22f3cd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cell-toolbar/src/celltoolbartracker.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@ const defaultToolbarItems: ToolbarRegistry.IWidget[] = [
337337
command: 'notebook:run-cell',
338338
name: 'run-cell'
339339
},
340+
{
341+
command: 'notebook:interrupt-kernel',
342+
name: 'interrupt'
343+
},
340344
{
341345
command: 'notebook:duplicate-below',
342346
name: 'duplicate-cell'

0 commit comments

Comments
 (0)