1// Copyright (c) IPython Development Team. 2// Distributed under the terms of the Modified BSD License. 3 4var IPython = IPython || {}; 5define([], function(){ 6 "use strict"; 7 IPython.version = "3.1.0"; 8 IPython._target = '_blank'; 9 return IPython; 10}); 11 12