Skip to content

Latest commit

 

History

History
executable file
·
42 lines (28 loc) · 950 Bytes

README.md

File metadata and controls

executable file
·
42 lines (28 loc) · 950 Bytes

Jupyterlab Ubu Theme

This light theme is modify of built in JupyterLab Light Theme and uses Ubuntu fonts.

Prerequisites

  • JupyterLab >= 2.0.0

Installation

Installation from source code:

git clone https://github.com/microcoder/jupyterlab-ubu-theme
jupyter labextension install jupyterlab-ubu-theme

Uninstallation

jupyter labextension uninstall jupyterlab-ubu-theme
jupyter lab build

Development

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

npm install
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build