Skip to content

Latest commit

 

History

History
executable file
·
33 lines (23 loc) · 471 Bytes

README.md

File metadata and controls

executable file
·
33 lines (23 loc) · 471 Bytes

@jupyterlab/aixvipmap-appmode

JupyterLab extension: Adds an on-off switch to notebook toolbar to enable "app mode" (run all cells and hide code)

Prerequisites

Installation

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

Development

Init

npm install
npm run build
jupyter labextension install .

Rebuild

npm run build
jupyter lab build