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 #61 from hbcarlos/fix_lite

Add blockly

authored by

Carlos Herrero and committed by
GitHub
59142a3f e37d3d55

+6
+6
docs/jupyterlite_config.json
··· 1 1 { 2 + "LiteBuildConfig": { 3 + "federated_extensions": [ 4 + "https://conda.anaconda.org/conda-forge/noarch/jupyterlab-blockly-0.1.0-pyhd8ed1ab_0.tar.bz2" 5 + ], 6 + "ignore_sys_prefix": true 7 + }, 2 8 "XeusLuaEnv": { 3 9 "packages": ["jupyterlab-blockly"] 4 10 }