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

Blockly extension for JupyterLab

Results 18 jupyterlab-blockly issues
Sort by recently updated
recently updated
newest added

To enable users to share and use the extension together, it would be a significant upgrade to support collaboration on `.jpblockly` documents.

enhancement

It would be a great advancement to create a notebook which has `Blockly` cells, instead of the normal space to write code. The `toolbox` could be integrated as a side...

enhancement

After executing the code for a longer output, it would be nice to be able to scroll down to the the end of it faster and not manually. A button...

enhancement
good first issue

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](https://github.com/user-attachments/assets/c75cb577-48cb-41aa-b305-72de50094256) Currently the actions are only present inside the...

enhancement
good first issue

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](https://github.com/user-attachments/assets/7ba4a84b-b7ee-4bc5-8799-27b363e7b8b1) Important to note...

enhancement
good first issue

When first launching the extension, the blocks present in the workspace and the blocks inside the toolbox appear distorted, as the text is overlapped on them. ![Workspace and toolbar with...

bug
good first issue

This PR should fix #92. The issue was that the settings in the blockly theme were defined using css variables, which is not a [documented](https://developers.google.com/blockly/guides/configure/web/appearance/themes) way of defining a theme:...

bug

This adjusts the format of the .jpblockly files to allow storing of additional metadata similarly to .ipynb files: It stores the selected kernel and toolbox as well as adds the...

enhancement