A monorepo containing jupyter-blocks and jupyter-tidyblocks. Blockly extension for JupyterLab.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Publish 0.1.0a4

SHA256 hashes:

jupyterlab-blockly-0.1.0-alpha.4.tgz: 1550346b35829db97b92ffce6f1698eb8579f43dfa4c9ffd7860318b0396b279

jupyterlab-blockly-extension-0.1.0-alpha.4.tgz: d03dd15dc584a1f2f0a8ead7ad7f88136b26eac8c2916ae530a597f6ab131dc1

jupyterlab_blockly-0.1.0a4-py3-none-any.whl: b47f44bc17682715edc7e259b68cae260f4f7c5392f5b9a948a7f6fde8b7ba04

jupyterlab_blockly-0.1.0a4.tar.gz: c86b15bc3a5c7c6c795ae3b7dc1917e7c04657580dcce4ac90daebceaf4cfc3c

+3 -3
+2 -2
packages/blockly-extension/package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly-extension", 3 - "version": "0.1.0-alpha.3", 3 + "version": "0.1.0-alpha.4", 4 4 "description": "Blockly extension for JupyterLab.", 5 5 "keywords": [ 6 6 "jupyter", ··· 52 52 "@jupyterlab/settingregistry": "^3.4", 53 53 "@jupyterlab/translation": "^3.4", 54 54 "@jupyterlab/ui-components": "^3.4", 55 - "jupyterlab-blockly": "^0.1.0-alpha.3" 55 + "jupyterlab-blockly": "^0.1.0-alpha.4" 56 56 }, 57 57 "devDependencies": { 58 58 "@jupyterlab/builder": "^3.4",
+1 -1
packages/blockly/package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly", 3 - "version": "0.1.0-alpha.3", 3 + "version": "0.1.0-alpha.4", 4 4 "description": "Blockly extension for JupyterLab.", 5 5 "keywords": [ 6 6 "blockly",