From 153f29e53743a8da602ce955b749e17e69cae9b4 2014-10-01 07:36:11 From: Bussonnier Matthias Date: 2014-10-01 07:36:11 Subject: [PATCH] fixes #6473 --- diff --git a/IPython/html/static/notebook/js/celltoolbar.js b/IPython/html/static/notebook/js/celltoolbar.js index 4305664..f110c1f 100644 --- a/IPython/html/static/notebook/js/celltoolbar.js +++ b/IPython/html/static/notebook/js/celltoolbar.js @@ -254,6 +254,7 @@ var IPython = (function (IPython) { // which is probably inner_element // or this.element. this.inner_element.empty(); + this.show(); var callbacks = CellToolbar._callback_dict; var preset = CellToolbar._ui_controls_list;