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.

add install.json and update package.json

+9 -4
+5
jupyter_tidyblocks/labextension/install.json
··· 1 + { 2 + "packageManager": "python", 3 + "packageName": "jupyter_tidyblocks", 4 + "uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jupyter_tidyblocks" 5 + }
+4 -4
jupyter_tidyblocks/labextension/package.json
··· 1 1 { 2 2 "name": "jupyter-tidyblocks-extension", 3 - "version": "0.1.0-alpha.0", 3 + "version": "0.1.0-dev.19", 4 4 "description": "Tidy data analysis extension for jupyter-blocks.", 5 5 "keywords": [ 6 6 "jupyter", ··· 47 47 }, 48 48 "dependencies": { 49 49 "@jupyterlab/application": "^4.5", 50 - "jupyter-blocks": "^0.1.0-alpha.0", 51 - "jupyter-tidyblocks": "^0.1.0-alpha.0" 50 + "jupyter-blocks": "*", 51 + "jupyter-tidyblocks": "*" 52 52 }, 53 53 "devDependencies": { 54 54 "@jupyterlab/builder": "^4.5", ··· 82 82 } 83 83 }, 84 84 "_build": { 85 - "load": "static/remoteEntry.2b8d4329eca3b2e79b96.js", 85 + "load": "static/remoteEntry.7713e5f8616ac89adfd0.js", 86 86 "extension": "./extension", 87 87 "style": "./style" 88 88 }