This is a theme extension for juypterlab based on the Nord color palette. I recommend Source Han Mono/Souce Code Pro fonts for this theme.
- JupyterLab
jupyter labextension install @kenshohara/theme-nord-extension
For a development install, do the following in the repository directory:
conda create -n jupyterlab-ext --override-channels --strict-channel-priority -c conda-forge -c anaconda jupyterlab cookiecutter nodejs git
conda activate jupyterlab-ext
jlpm install
jlpm run build
jupyter labextension link .