/jupyterlab-statusbar

A status bar for JupyterLab

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

JupyterLab Status Bar

This extension creates a generic statusbar component it the main JupyterLab view. This extension can be used by other extensions to add custom elements into the statusbar.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install statusbar

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build