mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
Fixed global IPython namespace.
This commit is contained in:
parent
b1c8d2662c
commit
629204a2bb
@ -1,8 +1,8 @@
|
|||||||
// Copyright (c) IPython Development Team.
|
// Copyright (c) IPython Development Team.
|
||||||
// Distributed under the terms of the Modified BSD License.
|
// Distributed under the terms of the Modified BSD License.
|
||||||
|
|
||||||
|
var IPython = IPython || {};
|
||||||
define([], function(){
|
define([], function(){
|
||||||
var IPython = IPython || {};
|
|
||||||
IPython.version = "3.0.0-dev";
|
IPython.version = "3.0.0-dev";
|
||||||
return IPython;
|
return IPython;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user