Skip to content

Commit 62ee07e

Browse files
committed
rebuild docs and made some small changes
1 parent c6f1723 commit 62ee07e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Examples
22

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.
44

55
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.
66

docs/installation.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
To install the extension, execute:
1010

1111
```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
1513
```
1614

1715
### Kernels
@@ -27,7 +25,7 @@ pip install jupyterlab_blockly
2725
To remove the extension, execute:
2826

2927
```bash
30-
pip uninstall jupyterlab_blockly
28+
conda uninstall -c conda-forge jupyterlab-blockly
3129
```
3230

3331
## Development install

0 commit comments

Comments
 (0)