JuypterLab extension: Adds two buttons to the notebook toolbar to hide/unhide all code cells
npm install
npm run build
npm pack ./
jupyter labextension install *.tgzBoth buttons are automatically placed at the top right side in the notebook toolbar.
npm install
npm run build
jupyter labextension install .npm run build
jupyter lab build