namespace.js
10 lines
| 265 B
| application/javascript
|
JavascriptLexer
Jonathan Frederic
|
r17188 | // Copyright (c) IPython Development Team. | ||
// Distributed under the terms of the Modified BSD License. | ||||
Jonathan Frederic
|
r17191 | var IPython = IPython || {}; | ||
Jonathan Frederic
|
r17188 | define([], function(){ | ||
Matthias Bussonnier
|
r18991 | "use strict"; | ||
Min RK
|
r20761 | IPython.version = "4.0.0-dev"; | ||
Min RK
|
r20326 | IPython._target = '_blank'; | ||
Jonathan Frederic
|
r17188 | return IPython; | ||
}); | ||||