// Copyright (c) IPython Development Team. // Distributed under the terms of the Modified BSD License. define([ 'base/js/namespace', 'jquery', ], function(IPython, $) { "use strict"; var modal = function (options) { var modal = $("
") .addClass("modal") .addClass("fade") .attr("role", "dialog"); var dialog = $("
") .addClass("modal-dialog") .appendTo(modal); var dialog_content = $("
") .addClass("modal-content") .appendTo(dialog); dialog_content.append( $("
") .addClass("modal-header") .append($("