From d116a2b127d1f41769d299d68590b84d86561206 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Tue, 26 May 2015 12:04:09 -0700 Subject: [PATCH] s/IPython/Jupyter/ in some comments and UI elements --- notebook/static/notebook/js/notebook.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebook/static/notebook/js/notebook.js b/notebook/static/notebook/js/notebook.js index 87901ed25..59bd694c7 100644 --- a/notebook/static/notebook/js/notebook.js +++ b/notebook/static/notebook/js/notebook.js @@ -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."; }