jupyterlab-blockly
jupyterlab-blockly copied to clipboard
Blockly extension for JupyterLab
To enable users to share and use the extension together, it would be a significant upgrade to support collaboration on `.jpblockly` documents.
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...
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...
The toolbar buttons for the kernel actions can be added, so it's easier for users to access them.  Currently the actions are only present inside the...
Include the kernel status indicator next to the kernel name that is being used for the workspace, as it is done in notebooks.  Important to note...
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.  way of defining a theme:...
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...