Skip to content

Commit b42c507

Browse files
committed
add toplevel initializations of blocks to the code
1 parent 44470a0 commit b42c507

File tree

5 files changed

+651
-613
lines changed

5 files changed

+651
-613
lines changed

CHANGELOG.md

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
1-
# Changelog
2-
3-
<!-- <START NEW CHANGELOG ENTRY> -->
4-
5-
## 0.1.0a2
6-
7-
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/v0.1.0a1...0be9b91f8f17c15404ec3fbd8f39404711a225d0))
8-
9-
### Enhancements made
10-
11-
- Adds a dropdown to select a toolbox [#24](https://github.com/QuantStack/jupyterlab-blockly/pull/24) ([@hbcarlos](https://github.com/hbcarlos))
12-
13-
### Other merged PRs
14-
15-
- Remove the Niryo One plugin [#28](https://github.com/QuantStack/jupyterlab-blockly/pull/28) ([@DenisaCG](https://github.com/DenisaCG))
16-
- Niryo One in Blockly [#25](https://github.com/QuantStack/jupyterlab-blockly/pull/25) ([@DenisaCG](https://github.com/DenisaCG))
17-
- fix for launcher file extension to open '.jpblockly' file [#23](https://github.com/QuantStack/jupyterlab-blockly/pull/23) ([@DenisaCG](https://github.com/DenisaCG))
18-
19-
### Contributors to this release
20-
21-
([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2022-06-15&to=2022-06-30&type=c))
22-
23-
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3ADenisaCG+updated%3A2022-06-15..2022-06-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2022-06-15..2022-06-30&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2022-06-15..2022-06-30&type=Issues)
24-
25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
27-
## 0.1.0a1
28-
29-
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/v0.1.0a0...76fe431fa9e8c24ce81d917969882b74ac671fce))
30-
31-
### Enhancements made
32-
33-
- added Blockly to launcher [#21](https://github.com/QuantStack/jupyterlab-blockly/pull/21) ([@DenisaCG](https://github.com/DenisaCG))
34-
- FileType, Manager and Register [#20](https://github.com/QuantStack/jupyterlab-blockly/pull/20) ([@hbcarlos](https://github.com/hbcarlos))
35-
- initial code for changing the language [#18](https://github.com/QuantStack/jupyterlab-blockly/pull/18) ([@DenisaCG](https://github.com/DenisaCG))
36-
37-
### Maintenance and upkeep improvements
38-
39-
- FileType, Manager and Register [#20](https://github.com/QuantStack/jupyterlab-blockly/pull/20) ([@hbcarlos](https://github.com/hbcarlos))
40-
- add patch for jupyterlab-codeeditor to be compatible with latest type… [#17](https://github.com/QuantStack/jupyterlab-blockly/pull/17) ([@wolfv](https://github.com/wolfv))
41-
42-
### Documentation improvements
43-
44-
- FileType, Manager and Register [#20](https://github.com/QuantStack/jupyterlab-blockly/pull/20) ([@hbcarlos](https://github.com/hbcarlos))
45-
46-
### Contributors to this release
47-
48-
([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2022-04-11&to=2022-06-15&type=c))
49-
50-
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3ADenisaCG+updated%3A2022-04-11..2022-06-15&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2022-04-11..2022-06-15&type=Issues) | [@wolfv](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Awolfv+updated%3A2022-04-11..2022-06-15&type=Issues)
51-
52-
## 0.1.0a0
53-
54-
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/first-commit...7621d106ba51831512b803f07f1dd70b48b41a79))
55-
56-
### Enhancements made
57-
58-
- code execution implementation [#15](https://github.com/QuantStack/jupyterlab-blockly/pull/15) ([@DenisaCG](https://github.com/DenisaCG))
59-
- added personalized JupyterLab theme [#11](https://github.com/QuantStack/jupyterlab-blockly/pull/11) ([@DenisaCG](https://github.com/DenisaCG))
60-
- Manager [#10](https://github.com/QuantStack/jupyterlab-blockly/pull/10) ([@hbcarlos](https://github.com/hbcarlos))
61-
- DocumentWidget & Toolbox [#7](https://github.com/QuantStack/jupyterlab-blockly/pull/7) ([@DenisaCG](https://github.com/DenisaCG))
62-
63-
### Bugs fixed
64-
65-
- Fix Build workflow [#14](https://github.com/QuantStack/jupyterlab-blockly/pull/14) ([@hbcarlos](https://github.com/hbcarlos))
66-
- Fix build badge link [#13](https://github.com/QuantStack/jupyterlab-blockly/pull/13) ([@hbcarlos](https://github.com/hbcarlos))
67-
68-
### Maintenance and upkeep improvements
69-
70-
- Fix Build workflow [#14](https://github.com/QuantStack/jupyterlab-blockly/pull/14) ([@hbcarlos](https://github.com/hbcarlos))
71-
- Fix build badge link [#13](https://github.com/QuantStack/jupyterlab-blockly/pull/13) ([@hbcarlos](https://github.com/hbcarlos))
72-
- delete empty file [#12](https://github.com/QuantStack/jupyterlab-blockly/pull/12) ([@DenisaCG](https://github.com/DenisaCG))
73-
74-
### Contributors to this release
75-
76-
([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2022-01-10&to=2022-04-11&type=c))
77-
78-
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3ADenisaCG+updated%3A2022-01-10..2022-04-11&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2022-01-10..2022-04-11&type=Issues)
1+
# Changelog
2+
3+
<!-- <START NEW CHANGELOG ENTRY> -->
4+
5+
## 0.1.0a2
6+
7+
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/v0.1.0a1...0be9b91f8f17c15404ec3fbd8f39404711a225d0))
8+
9+
### Enhancements made
10+
11+
- Adds a dropdown to select a toolbox [#24](https://github.com/QuantStack/jupyterlab-blockly/pull/24) ([@hbcarlos](https://github.com/hbcarlos))
12+
13+
### Other merged PRs
14+
15+
- Remove the Niryo One plugin [#28](https://github.com/QuantStack/jupyterlab-blockly/pull/28) ([@DenisaCG](https://github.com/DenisaCG))
16+
- Niryo One in Blockly [#25](https://github.com/QuantStack/jupyterlab-blockly/pull/25) ([@DenisaCG](https://github.com/DenisaCG))
17+
- fix for launcher file extension to open '.jpblockly' file [#23](https://github.com/QuantStack/jupyterlab-blockly/pull/23) ([@DenisaCG](https://github.com/DenisaCG))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2022-06-15&to=2022-06-30&type=c))
22+
23+
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3ADenisaCG+updated%3A2022-06-15..2022-06-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2022-06-15..2022-06-30&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2022-06-15..2022-06-30&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
27+
## 0.1.0a1
28+
29+
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/v0.1.0a0...76fe431fa9e8c24ce81d917969882b74ac671fce))
30+
31+
### Enhancements made
32+
33+
- added Blockly to launcher [#21](https://github.com/QuantStack/jupyterlab-blockly/pull/21) ([@DenisaCG](https://github.com/DenisaCG))
34+
- FileType, Manager and Register [#20](https://github.com/QuantStack/jupyterlab-blockly/pull/20) ([@hbcarlos](https://github.com/hbcarlos))
35+
- initial code for changing the language [#18](https://github.com/QuantStack/jupyterlab-blockly/pull/18) ([@DenisaCG](https://github.com/DenisaCG))
36+
37+
### Maintenance and upkeep improvements
38+
39+
- FileType, Manager and Register [#20](https://github.com/QuantStack/jupyterlab-blockly/pull/20) ([@hbcarlos](https://github.com/hbcarlos))
40+
- add patch for jupyterlab-codeeditor to be compatible with latest type… [#17](https://github.com/QuantStack/jupyterlab-blockly/pull/17) ([@wolfv](https://github.com/wolfv))
41+
42+
### Documentation improvements
43+
44+
- FileType, Manager and Register [#20](https://github.com/QuantStack/jupyterlab-blockly/pull/20) ([@hbcarlos](https://github.com/hbcarlos))
45+
46+
### Contributors to this release
47+
48+
([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2022-04-11&to=2022-06-15&type=c))
49+
50+
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3ADenisaCG+updated%3A2022-04-11..2022-06-15&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2022-04-11..2022-06-15&type=Issues) | [@wolfv](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Awolfv+updated%3A2022-04-11..2022-06-15&type=Issues)
51+
52+
## 0.1.0a0
53+
54+
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/first-commit...7621d106ba51831512b803f07f1dd70b48b41a79))
55+
56+
### Enhancements made
57+
58+
- code execution implementation [#15](https://github.com/QuantStack/jupyterlab-blockly/pull/15) ([@DenisaCG](https://github.com/DenisaCG))
59+
- added personalized JupyterLab theme [#11](https://github.com/QuantStack/jupyterlab-blockly/pull/11) ([@DenisaCG](https://github.com/DenisaCG))
60+
- Manager [#10](https://github.com/QuantStack/jupyterlab-blockly/pull/10) ([@hbcarlos](https://github.com/hbcarlos))
61+
- DocumentWidget & Toolbox [#7](https://github.com/QuantStack/jupyterlab-blockly/pull/7) ([@DenisaCG](https://github.com/DenisaCG))
62+
63+
### Bugs fixed
64+
65+
- Fix Build workflow [#14](https://github.com/QuantStack/jupyterlab-blockly/pull/14) ([@hbcarlos](https://github.com/hbcarlos))
66+
- Fix build badge link [#13](https://github.com/QuantStack/jupyterlab-blockly/pull/13) ([@hbcarlos](https://github.com/hbcarlos))
67+
68+
### Maintenance and upkeep improvements
69+
70+
- Fix Build workflow [#14](https://github.com/QuantStack/jupyterlab-blockly/pull/14) ([@hbcarlos](https://github.com/hbcarlos))
71+
- Fix build badge link [#13](https://github.com/QuantStack/jupyterlab-blockly/pull/13) ([@hbcarlos](https://github.com/hbcarlos))
72+
- delete empty file [#12](https://github.com/QuantStack/jupyterlab-blockly/pull/12) ([@DenisaCG](https://github.com/DenisaCG))
73+
74+
### Contributors to this release
75+
76+
([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2022-01-10&to=2022-04-11&type=c))
77+
78+
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3ADenisaCG+updated%3A2022-01-10..2022-04-11&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2022-01-10..2022-04-11&type=Issues)

package.json

Lines changed: 108 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -1,108 +1,108 @@
1-
{
2-
"name": "jupyterlab-blockly",
3-
"version": "0.1.0-alpha.2",
4-
"description": "Blockly extension for JupyterLab.",
5-
"keywords": [
6-
"jupyter",
7-
"jupyterlab",
8-
"jupyterlab-extension"
9-
],
10-
"homepage": "https://github.com/quantstack/jupyterlab-blockly",
11-
"bugs": {
12-
"url": "https://github.com/quantstack/jupyterlab-blockly/issues"
13-
},
14-
"license": "BSD-3-Clause",
15-
"author": {
16-
"name": "quantstack",
17-
"email": ""
18-
},
19-
"files": [
20-
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
21-
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
22-
],
23-
"main": "lib/index.js",
24-
"types": "lib/index.d.ts",
25-
"style": "style/index.css",
26-
"repository": {
27-
"type": "git",
28-
"url": "https://github.com/quantstack/jupyterlab-blockly.git"
29-
},
30-
"scripts": {
31-
"build": "jlpm run build:lib && jlpm run build:labextension:dev",
32-
"build:prod": "jlpm run clean && jlpm run build:lib && jlpm run build:labextension",
33-
"build:labextension": "jupyter labextension build .",
34-
"build:labextension:dev": "jupyter labextension build --development True .",
35-
"build:lib": "tsc",
36-
"clean": "jlpm run clean:lib",
37-
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
38-
"clean:labextension": "rimraf jupyterlab_blockly/labextension",
39-
"clean:all": "jlpm run clean:lib && jlpm run clean:labextension",
40-
"eslint": "jlpm eslint:check --fix",
41-
"eslint:check": "eslint . --ext .ts,.tsx",
42-
"install:extension": "jlpm run build",
43-
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
44-
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
45-
"prettier": "jlpm prettier:base --write --list-different",
46-
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css}\"",
47-
"prettier:check": "jlpm prettier:base --check",
48-
"watch": "run-p watch:src watch:labextension",
49-
"watch:src": "tsc -w",
50-
"watch:labextension": "jupyter labextension watch .",
51-
"postinstall": "patch-package"
52-
},
53-
"dependencies": {
54-
"@jupyterlab/application": "^3.4",
55-
"@jupyterlab/apputils": "^3.4",
56-
"@jupyterlab/cells": "^3.4",
57-
"@jupyterlab/codeeditor": "^3.4",
58-
"@jupyterlab/coreutils": "^5.4",
59-
"@jupyterlab/docregistry": "^3.4",
60-
"@jupyterlab/filebrowser": "^3.4",
61-
"@jupyterlab/launcher": "^3.4",
62-
"@jupyterlab/outputarea": "^3.4",
63-
"@jupyterlab/rendermime": "^3.4",
64-
"@jupyterlab/services": "^6.4",
65-
"@jupyterlab/ui-components": "^3.4",
66-
"@lumino/algorithm": "^1.9.0",
67-
"@lumino/coreutils": "^1.11.0",
68-
"@lumino/messaging": "^1.10.0",
69-
"@lumino/signaling": "^1.10.0",
70-
"@lumino/widgets": "^1.30.0",
71-
"blockly": "^7.20211209.2",
72-
"patch-package": "^6.4.7",
73-
"postinstall-postinstall": "^2.1.0"
74-
},
75-
"devDependencies": {
76-
"@jupyterlab/builder": "^3.4",
77-
"@typescript-eslint/eslint-plugin": "^5.12.1",
78-
"@typescript-eslint/parser": "^5.12.1",
79-
"eslint": "^8.9.0",
80-
"eslint-config-prettier": "^8.4.0",
81-
"eslint-plugin-prettier": "^4.0.0",
82-
"eslint-plugin-react": "^7.30.0",
83-
"npm-run-all": "^4.1.5",
84-
"prettier": "^2.5.1",
85-
"rimraf": "^3.0.2",
86-
"typescript": "~4.5.2"
87-
},
88-
"sideEffects": [
89-
"style/*.css",
90-
"style/index.js"
91-
],
92-
"styleModule": "style/index.js",
93-
"publishConfig": {
94-
"access": "public"
95-
},
96-
"jupyterlab": {
97-
"extension": true,
98-
"outputDir": "jupyterlab_blockly/labextension"
99-
},
100-
"jupyter-releaser": {
101-
"hooks": {
102-
"before-build-npm": [
103-
"python -m pip install jupyterlab",
104-
"jlpm"
105-
]
106-
}
107-
}
108-
}
1+
{
2+
"name": "jupyterlab-blockly",
3+
"version": "0.1.0-alpha.2",
4+
"description": "Blockly extension for JupyterLab.",
5+
"keywords": [
6+
"jupyter",
7+
"jupyterlab",
8+
"jupyterlab-extension"
9+
],
10+
"homepage": "https://github.com/quantstack/jupyterlab-blockly",
11+
"bugs": {
12+
"url": "https://github.com/quantstack/jupyterlab-blockly/issues"
13+
},
14+
"license": "BSD-3-Clause",
15+
"author": {
16+
"name": "quantstack",
17+
"email": ""
18+
},
19+
"files": [
20+
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
21+
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
22+
],
23+
"main": "lib/index.js",
24+
"types": "lib/index.d.ts",
25+
"style": "style/index.css",
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/quantstack/jupyterlab-blockly.git"
29+
},
30+
"scripts": {
31+
"build": "jlpm run build:lib && jlpm run build:labextension:dev",
32+
"build:prod": "jlpm run clean && jlpm run build:lib && jlpm run build:labextension",
33+
"build:labextension": "jupyter labextension build .",
34+
"build:labextension:dev": "jupyter labextension build --development True .",
35+
"build:lib": "tsc",
36+
"clean": "jlpm run clean:lib",
37+
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
38+
"clean:labextension": "rimraf jupyterlab_blockly/labextension",
39+
"clean:all": "jlpm run clean:lib && jlpm run clean:labextension",
40+
"eslint": "jlpm eslint:check --fix",
41+
"eslint:check": "eslint . --ext .ts,.tsx",
42+
"install:extension": "jlpm run build",
43+
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
44+
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
45+
"prettier": "jlpm prettier:base --write --list-different",
46+
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css}\"",
47+
"prettier:check": "jlpm prettier:base --check",
48+
"watch": "run-p watch:src watch:labextension",
49+
"watch:src": "tsc -w",
50+
"watch:labextension": "jupyter labextension watch .",
51+
"postinstall": "patch-package"
52+
},
53+
"dependencies": {
54+
"@jupyterlab/application": "^3.4",
55+
"@jupyterlab/apputils": "^3.4",
56+
"@jupyterlab/cells": "^3.4",
57+
"@jupyterlab/codeeditor": "^3.4",
58+
"@jupyterlab/coreutils": "^5.4",
59+
"@jupyterlab/docregistry": "^3.4",
60+
"@jupyterlab/filebrowser": "^3.4",
61+
"@jupyterlab/launcher": "^3.4",
62+
"@jupyterlab/outputarea": "^3.4",
63+
"@jupyterlab/rendermime": "^3.4",
64+
"@jupyterlab/services": "^6.4",
65+
"@jupyterlab/ui-components": "^3.4",
66+
"@lumino/algorithm": "^1.9.0",
67+
"@lumino/coreutils": "^1.11.0",
68+
"@lumino/messaging": "^1.10.0",
69+
"@lumino/signaling": "^1.10.0",
70+
"@lumino/widgets": "^1.30.0",
71+
"blockly": "^7.20211209.2",
72+
"patch-package": "^6.4.7",
73+
"postinstall-postinstall": "^2.1.0"
74+
},
75+
"devDependencies": {
76+
"@jupyterlab/builder": "^3.4",
77+
"@typescript-eslint/eslint-plugin": "^5.12.1",
78+
"@typescript-eslint/parser": "^5.12.1",
79+
"eslint": "^8.9.0",
80+
"eslint-config-prettier": "^8.4.0",
81+
"eslint-plugin-prettier": "^4.0.0",
82+
"eslint-plugin-react": "^7.30.0",
83+
"npm-run-all": "^4.1.5",
84+
"prettier": "^2.5.1",
85+
"rimraf": "^3.0.2",
86+
"typescript": "~4.5.2"
87+
},
88+
"sideEffects": [
89+
"style/*.css",
90+
"style/index.js"
91+
],
92+
"styleModule": "style/index.js",
93+
"publishConfig": {
94+
"access": "public"
95+
},
96+
"jupyterlab": {
97+
"extension": true,
98+
"outputDir": "jupyterlab_blockly/labextension"
99+
},
100+
"jupyter-releaser": {
101+
"hooks": {
102+
"before-build-npm": [
103+
"python -m pip install jupyterlab",
104+
"jlpm"
105+
]
106+
}
107+
}
108+
}

0 commit comments

Comments
 (0)