mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
s/IPython/Jupyter/ in some comments and UI elements
This commit is contained in:
parent
8f3858749a
commit
d116a2b127
@ -179,7 +179,7 @@ define(function (require) {
|
||||
};
|
||||
|
||||
/**
|
||||
* Bind JavaScript events: key presses and custom IPython events.
|
||||
* Bind JavaScript events: key presses and custom Jupyter events.
|
||||
*/
|
||||
Notebook.prototype.bind_events = function () {
|
||||
var that = this;
|
||||
@ -2237,7 +2237,7 @@ define(function (require) {
|
||||
"current notebook format will be used.";
|
||||
|
||||
if (nbmodel.nbformat > orig_nbformat) {
|
||||
msg += " Older versions of IPython may not be able to read the new format.";
|
||||
msg += " Older versions of Jupyter may not be able to read the new format.";
|
||||
} else {
|
||||
msg += " Some features of the original notebook may not be available.";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user