mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
9 lines
215 B
JavaScript
9 lines
215 B
JavaScript
// Copyright (c) IPython Development Team.
|
|
// Distributed under the terms of the Modified BSD License.
|
|
|
|
var IPython = IPython || {};
|
|
define([], function(){
|
|
IPython.version = "3.0.0-dev";
|
|
return IPython;
|
|
});
|