diff --git a/IPython/html/static/notebook/js/notificationarea.js b/IPython/html/static/notebook/js/notificationarea.js index 75dba95a0..bfd15d5ba 100644 --- a/IPython/html/static/notebook/js/notificationarea.js +++ b/IPython/html/static/notebook/js/notificationarea.js @@ -188,28 +188,35 @@ define([ var full = status.responseJSON.message; var short = status.responseJSON.short_message || 'Kernel error'; var traceback = status.responseJSON.traceback; - var msg = $('
'); - - msg.append($('

').text(full)); - if (traceback) { - msg.append($('