From 4543a4fbecff4ab007e9d3dd724f1dfc997b27f5 2015-02-18 02:44:31 From: abalkin Date: 2015-02-18 02:44:31 Subject: [PATCH] Update actions.js Clarified "delete-cell" action. --- 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();