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 #36 from hbcarlos/lite-config

Register fileType jpblockly in jupyterLite

authored by

Denisa Checiu and committed by
GitHub
474ce3e3 034ea667

+17
+17
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 17 + }