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