##// END OF EJS Templates
Select language based on old notebook meta.lang....
Select language based on old notebook meta.lang. Also fix UI when selecting kernels by string. Fix #7744 and #7742

File last commit:

r20282:056c1dfe
r20399:21f85ae3
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;
});