##// END OF EJS Templates
Merge pull request #8142 from SylvainCorlay/slider_validation...
Merge pull request #8142 from SylvainCorlay/slider_validation Using the early validation hook for IntSlider and FloatSlider

File last commit:

r20761:1c4ff331
r20989:e99202ca merge
Show More
namespace.js
10 lines | 265 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 = "4.0.0-dev";
IPython._target = '_blank';
return IPython;
});