QuantStack / jupyterlab-blockly

Blockly extension for JupyterLab
https://jupyterlab-blockly.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
56 stars 16 forks source link

DocumentWidget & Toolbox #7

Closed DenisaCG closed 2 years ago

DenisaCG commented 2 years ago

Solved the issue of linking JSON files to Blockly editor and added an initial, complete toolbox.

hbcarlos commented 2 years ago

Thanks, @DenisaCG!

I'll take a look tomorrow.

hbcarlos commented 2 years ago

It looks perfect! I pushed a commit to reformat the code using eslint. I updated the eslint dependencies and run jlpm run eslint. The CI error is related to the release. I will look into it later.