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-themejupyter labextension uninstall jupyterlab-ubu-theme
jupyter lab buildFor 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
