We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ee07e commit 3ea4dbbCopy full SHA for 3ea4dbb
README.md
@@ -20,9 +20,7 @@ Repo: https://github.com/google/blockly
20
To install the extension, execute:
21
22
```bash
23
-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
24
-micromamba activate blockly
25
-pip install jupyterlab_blockly
+conda install -c conda-forge jupyterlab-blockly
26
```
27
28
#### Kernels
@@ -38,7 +36,7 @@ pip install jupyterlab_blockly
38
36
To remove the extension, execute:
39
37
40
41
-pip uninstall jupyterlab_blockly
+conda uninstall -c conda-forge jupyterlab-blockly
42
43
44
## Contributing
0 commit comments