This light theme is modify of built in JupyterLab Light Theme and uses Ubuntu fonts.
- JupyterLab >= 2.0.0
Installation from source code:
git clone https://github.com/microcoder/jupyterlab-ubu-theme
jupyter labextension install jupyterlab-ubu-theme
jupyter labextension uninstall jupyterlab-ubu-theme
jupyter lab build
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