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.

rebuild docs and made some small changes

Denisa 62ee07ea c6f17231

+3 -5
+1 -1
docs/examples.md
··· 1 1 # Examples 2 2 3 - To help gain a better understanding of the JupyterLab-Blockly, we created some examples you can easily access and experiment with. They can be accessed from the folder `examples` in the Github repository. 3 + To help gain a better understanding of the JupyterLab-Blockly, we created some examples you can easily access and experiment with. They can be accessed from the folder `examples` in the micGithub repository. 4 4 5 5 The examples give you a chance to be introduced to the most important blocks and their functionalities. The extension is a great tool for introducing the most relevant concepts of coding by also letting you see the rendered code. Once you have gotten a good grasp on it, you can easily use the familiar Jupyter enviroment to move to another classical programming language, such as Python. 6 6
+2 -4
docs/installation.md
··· 9 9 To install the extension, execute: 10 10 11 11 ```bash 12 - micromamba create -n blockly -c conda-forge python jupyterlab==3.4 ipykernel xeus-python xeus-lua jupyterlab-language-pack-es-ES jupyterlab-language-pack-fr-FR 13 - micromamba activate blockly 14 - pip install jupyterlab_blockly 12 + conda install -c conda-forge jupyterlab-blockly 15 13 ``` 16 14 17 15 ### Kernels ··· 27 25 To remove the extension, execute: 28 26 29 27 ```bash 30 - pip uninstall jupyterlab_blockly 28 + conda uninstall -c conda-forge jupyterlab-blockly 31 29 ``` 32 30 33 31 ## Development install