0.3.1 • Published 2 years ago

@g2nb/jupyterlab-theme v0.3.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

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