QuantStack / jupyterlab-blockly

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

Toolbar kernel actions buttons #94

Open DenisaCG opened 3 months ago

DenisaCG commented 3 months ago

The toolbar buttons for the kernel actions can be added, so it's easier for users to access them.

Screenshot from 2024-08-20 11-50-11

Currently the actions are only present inside the Kernel Menu. The commands are defined here: https://github.com/QuantStack/jupyterlab-blockly/blob/1f481174fc5832ce069705656e3636966d3d99df/packages/blockly-extension/src/index.ts#L245-L302