The documentation states, “To update the module, simply go to the extension directory and run jlpm build again. Since you used the --watch option when starting JupyterLab, you just have to refresh the JupyterLab website in the browser and should see in the browser console”
I find that this works fine by just running jlpm run build, and running jupyter lab without the --watch argument.
I’m able to get everything to build just fine. However, I am confused about exactly which commands are necessary for which desired results in the development workflow.
References: extension-examples/basics/hello-world at master · jupyterlab/extension-examples · GitHub