jupyterlab-blockly icon indicating copy to clipboard operation
jupyterlab-blockly copied to clipboard

Make ipycanvas blocks

Open DenisaCG opened this issue 3 years ago • 0 comments

Create custom blocks that use functionalities from ipycanvas.

ipycanvas is a lightweight, fast and stable library exposing the browser's Canvas API to IPython. It allows you to draw simple primitives directly from Python like text, lines, polygons, arcs, images etc. You can read more about it here.

DenisaCG avatar Jul 25 '22 10:07 DenisaCG