Skip to content

Commit e294313

Browse files
committed
Remove addition of cell toolbar reminder
Follow up from PR #2331
1 parent ece0a77 commit e294313

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

notebook/static/notebook/js/maintoolbar.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ define([
5555
],
5656
'run_int'],
5757
['<add_celltype_list>'],
58-
[['jupyter-notebook:show-command-palette']],
59-
['<add_celltoolbar_reminder>']
58+
[['jupyter-notebook:show-command-palette']]
6059
];
6160
this.construct(grps);
6261
};

0 commit comments

Comments
 (0)