From 6277c845c356733c5396d431595bc40c40358e0e Mon Sep 17 00:00:00 2001 From: MinRK Date: Tue, 30 Jul 2013 13:04:27 -0700 Subject: [PATCH] update payload source should be simple key, not Python (or worse, IPython) specific long key. I could have sworn I did this long ago, but apparently the source key was only updated in display_data, not execute_reply. --- IPython/html/static/services/kernels/js/kernel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPython/html/static/services/kernels/js/kernel.js b/IPython/html/static/services/kernels/js/kernel.js index 9d5806cbd..6f8ec7c8f 100644 --- a/IPython/html/static/services/kernels/js/kernel.js +++ b/IPython/html/static/services/kernels/js/kernel.js @@ -419,10 +419,10 @@ var IPython = (function (IPython) { // Payloads are handled by triggering events because we don't want the Kernel // to depend on the Notebook or Pager classes. for (var i=0; i