##// END OF EJS Templates
Merge pull request #7432 from minrk/load-race...
Merge pull request #7432 from minrk/load-race use promises to wait for kernelspecs on notebook load

File last commit:

r18991:f2985dae
r19895:36b0fab3 merge
Show More
namespace.js
9 lines | 233 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
var IPython = IPython || {};
define([], function(){
"use strict";
IPython.version = "3.0.0-dev";
return IPython;
});