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;