diff --git a/notebook/static/notebook/js/menubar.js b/notebook/static/notebook/js/menubar.js index 914990849..d1e21f9d2 100644 --- a/notebook/static/notebook/js/menubar.js +++ b/notebook/static/notebook/js/menubar.js @@ -7,9 +7,8 @@ define([ 'base/js/dialog', 'base/js/utils', 'notebook/js/tour', - 'bootstrap', 'moment', -], function($, IPython, dialog, utils, tour, bootstrap, moment) { +], function($, IPython, dialog, utils, tour, moment) { "use strict"; var MenuBar = function (selector, options) {