Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /