A port of the City Lights theme for JupyterLab
Run the following command in your terminal.
jupyter labextension install @yudai-nkt/jupyterlab_city-lights-theme
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm ci
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build
This repository is licensed under the MIT License. See LICENSE.md for details.
This JupyterLab theme was never made possible without the City Lights color palette originally designed by Yummygum. I appreciate their great work.