File tree Expand file tree Collapse file tree 3 files changed +24
-25
lines changed Expand file tree Collapse file tree 3 files changed +24
-25
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,5 @@ dependencies:
1010 - pip :
1111 - jupyterlite
1212 - jupyterlite-sphinx
13+ - jupyterlite-xeus-lua
14+
Original file line number Diff line number Diff line change 1- {
2- "jupyter-config-data" : {
3- "fileTypes" : {
4- "jpblockly" : {
5- "extensions" : [
6- " .jpblockly"
7- ],
8- "fileFormat" : " json" ,
9- "mimeTypes" : [
10- " application/json"
11- ],
12- "name" : " blockly"
13- }
14- }
15- },
16- "jupyter-lite-schema-version" : 0
1+ {
2+ "jupyter-config-data" : {
3+ "fileTypes" : {
4+ "jpblockly" : {
5+ "extensions" : [
6+ " .jpblockly"
7+ ],
8+ "fileFormat" : " json" ,
9+ "mimeTypes" : [
10+ " application/json"
11+ ],
12+ "name" : " blockly"
13+ }
14+ }
15+ },
16+ "jupyter-lite-schema-version" : 0
1717}
Original file line number Diff line number Diff line change 1- {
2- "LiteBuildConfig" : {
3- "federated_extensions" : [
4- " https://conda.anaconda.org/conda-forge/noarch/jupyterlab-blockly-0.1.0a2-pyhd8ed1ab_0.tar.bz2"
5- ],
6- "ignore_sys_prefix" : true
7- }
8- }
9-
1+ {
2+ "XeusLuaEnv" : {
3+ "packages" : [" jupyterlab-blockly" ]
4+ }
5+ }
6+
You can’t perform that action at this time.
0 commit comments