1// Copyright (c) IPython Development Team. 2// Distributed under the terms of the Modified BSD License. 3 4var ipython = ipython || {}; 5require(['base/js/page'], function(page) { 6 var page_instance = new page.Page(); 7 page_instance.show(); 8 9 ipython.page = page_instance; 10}); 11 12