I can't actually recommend it until this is fixed.
require(['base/js/namespace', 'jquery'], function(IPython, $) { $([IPython.events]).on('notebook_loaded.Notebook', function() { $('#header-container').hide(); $('.header-bar').hide(); $('div#maintoolbar').hide(); IPython.menubar._size_header(); }); });
I can't actually recommend it until this is fixed.