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. ipython notebook no header


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -