diff --git a/IPython/html/static/notebook/js/quickhelp.js b/IPython/html/static/notebook/js/quickhelp.js index 12c40aa6f..0504046f0 100644 --- a/IPython/html/static/notebook/js/quickhelp.js +++ b/IPython/html/static/notebook/js/quickhelp.js @@ -28,8 +28,20 @@ var IPython = (function (IPython) { var help, shortcut; var element = $('
'); + // The documentation + var doc = $('').addClass('alert'); + doc.append( + $('').addClass('close').attr('data-dismiss','alert').html('×') + ).append( + 'The IPython Notebook has two different keyboard input modes. Edit mode '+ + 'allow you the type code/text into a cell and is indicated by a green cell '+ + 'border. Commmand mode binds the keyboard to notebook level actions '+ + 'and is in dicated by a grey cell border.' + ) + element.append(doc); + // Command mode - var cmd_div = $('').addClass('clearfix').append($('