##// END OF EJS Templates
Merge pull request #6436 from thomasballinger/fix-6430...
Merge pull request #6436 from thomasballinger/fix-6430 Saving future compile directives from ipython -i

File last commit:

r17191:2778607f
r18549:f1dc401d merge
Show More
namespace.js
8 lines | 215 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
var IPython = IPython || {};
define([], function(){
IPython.version = "3.0.0-dev";
return IPython;
});