Skip to content

Latest commit

 

History

History
executable file
·
36 lines (24 loc) · 534 Bytes

README.md

File metadata and controls

executable file
·
36 lines (24 loc) · 534 Bytes

@jupyterlab/jlab-hide-code

JuypterLab extension: Adds two buttons to the notebook toolbar to hide/unhide all code cells

Prerequisites

Installation

npm install
npm run build
npm pack ./
jupyter labextension install *.tgz

Both buttons are automatically placed at the top right side in the notebook toolbar.

Development

Init

npm install
npm run build
jupyter labextension install .

Rebuild

npm run build
jupyter lab build