logoutmain.js
10 lines
| 282 B
| application/javascript
|
JavascriptLexer
Jonathan Frederic
|
r17192 | // Copyright (c) IPython Development Team. | ||
// Distributed under the terms of the Modified BSD License. | ||||
Brian Granger
|
r6192 | |||
Jonathan Frederic
|
r17194 | var ipython = ipython || {}; | ||
Jonathan Frederic
|
r17204 | require(['base/js/page'], function(page) { | ||
var page_instance = new page.Page(); | ||||
page_instance.show(); | ||||
ipython.page = page_instance; | ||||
Brian Granger
|
r6192 | }); | ||