Calysto / metakernel

Jupyter/IPython Kernel Tools
BSD 3-Clause "New" or "Revised" License
347 stars 84 forks source link

Add a blockly magic instead of a jigsaw magic #229

Closed ChrisJaunes closed 3 years ago

ChrisJaunes commented 3 years ago

There are many problems in the jigsaw_magic module. For example, the CORS problem caused by IFrame, jigsaw_magic use code

cell.element[0].children[2].children[1].children[2].children[1].children[0].innerHTML = ""

A blockly module is added to solve these problems

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.8%) to 74.468% when pulling 3cf80b201f8a89bbc27d5484dc38fabaf9cdd0cd on ChrisJaunes:master into c1732a2c10d0838ef36e0caac3924d6f582c0070 on Calysto:master.

dsblank commented 3 years ago

Looks good; thank you!