##// END OF EJS Templates
Make page.html require.js friendly.
Make page.html require.js friendly.

File last commit:

r17188:d86a21b3
r17188:d86a21b3
Show More
pagemain.js
7 lines | 237 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
require(['base/js/namespace', 'base/js/page'], function(IPython, Page) {
IPython.page = new Page();
IPython.page.show();
});