Skip to content

AlexBella365/jupyterlab_theme

Repository files navigation

jupyterlab-custom-theme

Colourful light theme for JupyterLab with vivid Python linting. Updated to support JupyterLab 3.x.

Note: This is a personal project and no support is guaranteed

Screenshot

screenshot

Prerequisites

  • JupyterLab >=3.5.0

Install

From npm:

jupyter labextension install jupyterlab-custom-theme

Development

To build the package and the JupyterLab app from source:

jlpm install
jlpm run build
jupyter labextension install .
jupyter lab build