···16161717## Requirements
18181919-- JupyterLab == 3.4
1919+- JupyterLab == 3.6
20202121## Install
2222···5353`yarn` or `npm` in lieu of `jlpm` below.
54545555```bash
5656-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
5656+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
5757micromamba activate blockly
5858# Clone the repo to your local environment
5959# Change directory to the jupyterlab_blockly directory
6060# Installing pre-commit to run command when adding commits
6161pre-commit install
6262# Install package in development mode
6363-pip install -e .
6363+pip install -e ".[dev]"
6464# Link your development version of the extension with JupyterLab
6565jupyter labextension develop . --overwrite
6666# Rebuild extension Typescript source after making changes
+3-3
docs/installation.md
···2233## Requirements
4455-- JupyterLab == 3.4
55+- JupyterLab == 3.6
6677## Install
88···3737`yarn` or `npm` in lieu of `jlpm` below.
38383939```bash
4040-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
4040+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
4545-pip install -e .
4545+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