namespace.js
9 lines
| 233 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"; | ||
Jonathan Frederic
|
r17188 | IPython.version = "3.0.0-dev"; | ||
return IPython; | ||||
}); | ||||