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.0a3

SHA256 hashes:

jupyterlab-blockly-0.1.0-alpha.3.tgz: 6711280ac27746addcf1c231a6d611a66455bee8482c9e9f5122d772d5867c98

jupyterlab-blockly-extension-0.1.0-alpha.3.tgz: dfa4f652ecbc7a92ab8e117a8acf3c1bda831dd54576b0712648dfde32fc3e28

jupyterlab_blockly-0.1.0a3-py3-none-any.whl: 3234264d2f24d1cbcf68de4efad9264ccbb5b6a0c59aff733d2c8a74419288ef

jupyterlab_blockly-0.1.0a3.tar.gz: 722dd35b864fe77ce362e87ac1caba760bdb94260cb78e5e82a576b22aa3e5d5

+4 -4
+3 -3
packages/blockly-extension/package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly-extension", 3 - "version": "0.1.0-alpha.2", 3 + "version": "0.1.0-alpha.3", 4 4 "description": "Blockly extension for JupyterLab.", 5 5 "keywords": [ 6 6 "jupyter", ··· 48 48 "@jupyterlab/codeeditor": "^3.4", 49 49 "@jupyterlab/filebrowser": "^3.4", 50 50 "@jupyterlab/launcher": "^3.4", 51 - "@jupyterlab/settingregistry": "^3.4", 52 51 "@jupyterlab/rendermime": "^3.4", 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.2" 55 + "jupyterlab-blockly": "^0.1.0-alpha.3" 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.2", 3 + "version": "0.1.0-alpha.3", 4 4 "description": "Blockly extension for JupyterLab.", 5 5 "keywords": [ 6 6 "blockly",