python - ipython notebook missing header/toolbar/menubar -
although others looking ways hide menubar or header of ipython notebook, found ipython notebook comes no header, no toolbar, no menubar, , tried add following script custom.js, still, nothing shows up
$([ipython.events]).on("app_initialized.notebookapp", function () { $('div#header').show(); $('div#maintoolbar').show(); $('#header-container').show(); }); i tried ipython 3.0, 3.2, firefox, chrome, none helps. using python3.4, 64bit on windows 7.
i enclosed screenshot show have on notebook. 
Comments
Post a Comment