mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
select next cell in insert cell below in menubar to match kb.
This commit is contained in:
parent
11493ca042
commit
cc765e29d9
@ -41,6 +41,7 @@ var IPython = (function (IPython) {
|
||||
icon : 'icon-plus-sign',
|
||||
callback : function () {
|
||||
IPython.notebook.insert_cell_below('code');
|
||||
IPython.notebook.select_next();
|
||||
}
|
||||
}
|
||||
],'insert_above_below');
|
||||
|
Loading…
Reference in New Issue
Block a user