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 2
2
3
3
## Requirements
4
4
5
- - JupyterLab == 3.4
5
+ - JupyterLab == 3.6
6
6
7
7
## Install
8
8
@@ -37,12 +37,12 @@ The `jlpm` command is JupyterLab's pinned version of
37
37
` yarn ` or ` npm ` in lieu of ` jlpm ` below.
38
38
39
39
``` bash
40
- 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
40
+ 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
41
41
micromamba activate blockly
42
42
# Clone the repo to your local environment
43
43
# Change directory to the jupyterlab_blockly directory
44
44
# Install package in development mode
45
- pip install -e .
45
+ pip install -e " .[dev] "
46
46
# Installing pre-commit to run command when adding commits
47
47
pre-commit install
48
48
# Link your development version of the extension with JupyterLab
You can’t perform that action at this time.
0 commit comments