Skip to content

Commit 07be868

Browse files
committed
Build extension with blockly
1 parent 24df8f4 commit 07be868

File tree

8 files changed

+401
-8054
lines changed

8 files changed

+401
-8054
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Blockly extension for JupyterLab.
1515
To install the extension, execute:
1616

1717
```bash
18+
micromamba create -n blockly -c conda-forge python
19+
micromamba activate blockly
20+
pip install jupyterlab --pre
1821
pip install jupyterlab_blockly
1922
```
2023

@@ -38,6 +41,9 @@ The `jlpm` command is JupyterLab's pinned version of
3841
`yarn` or `npm` in lieu of `jlpm` below.
3942

4043
```bash
44+
micromamba create -n blockly -c conda-forge python nodejs yarn
45+
micromamba activate blockly
46+
pip install jupyterlab --pre
4147
# Clone the repo to your local environment
4248
# Change directory to the jupyterlab_blockly directory
4349
# Install package in development mode

0 commit comments

Comments
 (0)