//用于嵌入到jupyter pod中的js //guange 2019.12.18 $(function(){ console.log("educoder jupyter js init"); }) $(function(){ console.log("开始发送消息了"); window.parent.postMessage('jupytermessage','*'); })