##// END OF EJS Templates
Fixed events
Fixed events

File last commit:

r17193:5d75eee1
r17195:581e6b03
Show More
pagemain.js
8 lines | 236 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
var ipython = ipython || {};
require(['base/js/page'], function(Page) {
ipython.page = new Page();
ipython.page.show();
});