@ -153,7 +153,15 @@ class Challengesjupyter extends Component {
window.addEventListener('message', (e) => {
console.log("触发了jupytermessage");
console.log(e);
// that.modifyjupyter();
if(e){
if(e.data){
if(e.data==="jupytermessage"){
that.modifyjupyter();
}
});
setTimeout(this.getjianjiesize(), 1000);