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.3.0alpha1

SHA256 hashes:

jupyterlab-blockly-0.3.0-alpha.1.tgz: bf17b90419070cc2b48c14d8421087eb804ac1baebdd185bd524e8f216ca5233

jupyterlab-blockly-extension-0.3.0-alpha.1.tgz: 48757ac2f19f90113995e93d8106ea4968b331c7ee994ead685d78484f850cb8

jupyterlab_blockly-0.3.0a1-py3-none-any.whl: a18361d996d3147e84761f17e1283a5baee3d882c480d2367e14e7fd341d4587

jupyterlab_blockly-0.3.0a1.tar.gz: 53bfb3f70ab6668f0b968065e84073abb44e4bd5431a83d5e79317a73c0c9096

hbcarlos 7b315d5d 32b4140e

+23 -9
+16 -2
CHANGELOG.md
··· 2 2 3 3 <!-- <START NEW CHANGELOG ENTRY> --> 4 4 5 + ## 0.3.0alpha1 6 + 7 + ([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.0-alpha.0...32b4140e5e6097dded2dca850eb22291ec87bdab)) 8 + 9 + ### Enhancements made 10 + 11 + - Add support for widgets [#73](https://github.com/QuantStack/jupyterlab-blockly/pull/73) ([@hbcarlos](https://github.com/hbcarlos)) 12 + 13 + ### Contributors to this release 14 + 15 + ([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2023-03-15&to=2023-04-17&type=c)) 16 + 17 + [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2023-03-15..2023-04-17&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2023-03-15..2023-04-17&type=Issues) 18 + 19 + <!-- <END NEW CHANGELOG ENTRY> --> 20 + 5 21 ## 0.3.0alpha0 6 22 7 23 ([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.1...2f7ca5003863f9b8688b5f3e744ce85d228e6f4c)) ··· 17 33 ([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2022-09-07&to=2023-03-15&type=c)) 18 34 19 35 [@bollwyvl](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Abollwyvl+updated%3A2022-09-07..2023-03-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2022-09-07..2023-03-15&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2022-09-07..2023-03-15&type=Issues) 20 - 21 - <!-- <END NEW CHANGELOG ENTRY> --> 22 36 23 37 ## 0.2.1 24 38
+1 -1
lerna.json
··· 1 1 { 2 - "version": "0.3.0-alpha.0", 2 + "version": "0.3.0-alpha.1", 3 3 "npmClient": "jlpm", 4 4 "useWorkspaces": true 5 5 }
+1 -1
package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly-root", 3 3 "private": true, 4 - "version": "0.3.0-alpha.0", 4 + "version": "0.3.0-alpha.1", 5 5 "description": "Blockly extension for JupyterLab.", 6 6 "keywords": [ 7 7 "jupyter",
+4 -4
packages/blockly-extension/package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly-extension", 3 - "version": "0.3.0-alpha.0", 3 + "version": "0.3.0-alpha.1", 4 4 "description": "Blockly extension for JupyterLab.", 5 5 "keywords": [ 6 6 "jupyter", ··· 56 56 "@jupyterlab/settingregistry": "^3.6", 57 57 "@jupyterlab/translation": "^3.6", 58 58 "@jupyterlab/ui-components": "^3.6", 59 - "jupyterlab-blockly": "^0.3.0-alpha.0" 59 + "jupyterlab-blockly": "^0.3.0-alpha.1" 60 60 }, 61 61 "devDependencies": { 62 62 "@jupyterlab/builder": "^3.6", ··· 90 90 "singleton": true 91 91 }, 92 92 "@jupyter-widgets/jupyterlab-manager": { 93 - "bundled": false, 94 - "singleton": true 93 + "bundled": false, 94 + "singleton": true 95 95 } 96 96 }, 97 97 "webpackConfig": "./webpack.config.js"
+1 -1
packages/blockly/package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly", 3 - "version": "0.3.0-alpha.0", 3 + "version": "0.3.0-alpha.1", 4 4 "description": "Blockly extension for JupyterLab.", 5 5 "keywords": [ 6 6 "blockly",