AixViPMaP / jlab-app-mode

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

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

License:Other


Languages

Language:TypeScript 100.0%