##// END OF EJS Templates
Merge pull request #6882 from takluyver/i6239-docstring...
Merge pull request #6882 from takluyver/i6239-docstring Document limitations of symlink parameter to install_nbextension

File last commit:

r17191:2778607f
r18726:da5c8034 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;
});