How do I create a wheel for JupyterLab?
jlpm install
jlpm run build
python -m build
I modified the relevant JavaScript scripts in the packages directory and followed the steps to build the wheel package.
After building, installing and publishing the changes did not take effect. How can I make the changes to the packages directory take effect?