JupyterLab extension: Adds an on-off switch to notebook toolbar to enable "app mode" (run all cells and hide code)
npm install
npm run build
npm pack ./
jupyter labextension install *.tgz
npm install
npm run build
jupyter labextension install .
npm run build
jupyter lab build