File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Repo: https://github.com/google/blockly
16
16
17
17
## Requirements
18
18
19
- - JupyterLab == 3.4
19
+ - JupyterLab == 3.6
20
20
21
21
## Install
22
22
@@ -53,14 +53,14 @@ The `jlpm` command is JupyterLab's pinned version of
53
53
` yarn ` or ` npm ` in lieu of ` jlpm ` below.
54
54
55
55
``` bash
56
- micromamba create -n blockly -c conda-forge python nodejs pre-commit yarn jupyterlab==3.4 jupyter-packaging jupyterlab-language-pack-es-ES jupyterlab-language-pack-fr-FR ipykernel xeus-python xeus-lua
56
+ micromamba create -n blockly -c conda-forge python nodejs=18 yarn pre-commit jupyterlab==3.6 jupyter-packaging jupyterlab-language-pack-es-ES jupyterlab-language-pack-fr-FR ipykernel xeus-python xeus-lua
57
57
micromamba activate blockly
58
58
# Clone the repo to your local environment
59
59
# Change directory to the jupyterlab_blockly directory
60
60
# Installing pre-commit to run command when adding commits
61
61
pre-commit install
62
62
# Install package in development mode
63
- pip install -e .
63
+ pip install -e " .[dev] "
64
64
# Link your development version of the extension with JupyterLab
65
65
jupyter labextension develop . --overwrite
66
66
# Rebuild extension Typescript source after making changes
You can’t perform that action at this time.
0 commit comments