Skip to content

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

License

Notifications You must be signed in to change notification settings

AixViPMaP/jlab-hide-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published