diff --git a/IPython/html/static/notebook/js/notebook.js b/IPython/html/static/notebook/js/notebook.js index e9f7a78de..9983dbb03 100644 --- a/IPython/html/static/notebook/js/notebook.js +++ b/IPython/html/static/notebook/js/notebook.js @@ -2103,6 +2103,8 @@ var IPython = (function (IPython) { if (this.metadata.celltoolbar) { IPython.CellToolbar.global_show(); IPython.CellToolbar.activate_preset(this.metadata.celltoolbar); + } else { + IPython.CellToolbar.global_hide(); } // now that we're fully loaded, it is safe to restore save functionality