Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50650 views
1
// Copyright (c) IPython Development Team.
2
// Distributed under the terms of the Modified BSD License.
3
4
var IPython = IPython || {};
5
define([], function(){
6
"use strict";
7
IPython.version = "3.1.0";
8
IPython._target = '_blank';
9
return IPython;
10
});
11
12