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 22
33## Requirements
44
5- - JupyterLab == 3.4
5+ - JupyterLab == 3.6
66
77## Install
88
@@ -37,12 +37,12 @@ The `jlpm` command is JupyterLab's pinned version of
3737` yarn ` or ` npm ` in lieu of ` jlpm ` below.
3838
3939``` 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
4141micromamba activate blockly
4242# Clone the repo to your local environment
4343# Change directory to the jupyterlab_blockly directory
4444# Install package in development mode
45- pip install -e .
45+ pip install -e " .[dev] "
4646# Installing pre-commit to run command when adding commits
4747pre-commit install
4848# Link your development version of the extension with JupyterLab
You can’t perform that action at this time.
0 commit comments