Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 507 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 507 Bytes

jupyterlab-theme

A theme extension for JupyterLab with the g2nb logo and colors

Prerequisites

  • JupyterLab >= 3.0.0

Installation

jupyter labextension install @g2nb/jupyterlab-theme

Development

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

npm install
jupyter labextension link .
jupyter labextension install .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build