diff --git a/IPython/html/static/notebook/js/quickhelp.js b/IPython/html/static/notebook/js/quickhelp.js index 12c40aa..0504046 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( + $('