diff --git a/IPython/html/static/notebook/js/actions.js b/IPython/html/static/notebook/js/actions.js index 75ae0a3..c25cc32 100644 --- a/IPython/html/static/notebook/js/actions.js +++ b/IPython/html/static/notebook/js/actions.js @@ -255,6 +255,7 @@ define(function(require){ } }, 'delete-cell': { + help: 'delete selected cell', help_index : 'ej', handler : function (env) { env.notebook.delete_cell();