QuantStack / jupyterlab-blockly

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

Kernel status indicator #93

Open DenisaCG opened 3 months ago

DenisaCG commented 3 months ago

Include the kernel status indicator next to the kernel name that is being used for the workspace, as it is done in notebooks.

Screenshot from 2024-08-20 12-02-08

Important to note that this feature might need some adapting as the busy status indicator for notebooks also mentions the number of cells that are running, in our case maybe this could be translated to the blocks that are running or removed altogether.

Screenshot from 2024-08-20 11-57-14

This is the relevant code section that defines the KernelStatus class in which the KernelStatusComponent is rendered.

Additionally, the kernel status indicator can also be added to the status bar.