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.

Merge pull request #60 from DenisaCG/kernels-jlite

Kernels in JupyterLite

authored by

Carlos Herrero and committed by
GitHub
e37d3d55 c5cd0dcf

+24 -25
+2
docs/environment.yml
··· 10 10 - pip: 11 11 - jupyterlite 12 12 - jupyterlite-sphinx 13 + - jupyterlite-xeus-lua 14 +
+16 -16
docs/jupyter-lite.json
··· 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 17 17 }
+6 -9
docs/jupyterlite_config.json
··· 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 +