···5454micromamba activate blockly
5555# Clone the repo to your local environment
5656# Change directory to the jupyterlab_blockly directory
5757+# Installing pre-commit to run command when adding commits
5858+pre-commit install
5759# Install package in development mode
5860pip install -e .
5959-# Installing pre-commit to run command when adding commits
6060-pre-commit install
6161# Link your development version of the extension with JupyterLab
6262jupyter labextension develop . --overwrite
6363# Rebuild extension Typescript source after making changes
···11+export * from './factory';
22+export * from './layout';
33+export * from './manager';
44+export * from './registry';
55+export * from './token';
66+export * from './utils';
77+export * from './widget';