From 40e368d9c4469d37a899d371c91adceef6528ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Fri, 20 Dec 2019 10:14:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/javascripts/jupyter.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/javascripts/jupyter.js b/public/javascripts/jupyter.js index 580b36045..47fa61b80 100644 --- a/public/javascripts/jupyter.js +++ b/public/javascripts/jupyter.js @@ -8,6 +8,7 @@ $(function(){ $(function(){ - window.parent.postMessage('jupytermessage','需要发送的消息'); + console.log("开始发送消息了"); + window.parent.postMessage('jupytermessage','*'); })