https://github.com/kenshohara/theme-nord-extension
JupyterLab - Nord Theme
https://github.com/kenshohara/theme-nord-extension
Last synced: 26 days ago
JSON representation
JupyterLab - Nord Theme
- Host: GitHub
- URL: https://github.com/kenshohara/theme-nord-extension
- Owner: kenshohara
- Created: 2019-06-11T02:09:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T09:11:33.000Z (over 4 years ago)
- Last Synced: 2025-03-18T03:57:32.638Z (28 days ago)
- Language: CSS
- Size: 253 KB
- Stars: 26
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-jupyter-resources - GitHub - 20% open · ⏱️ 20.09.2020): (JupyterLab主题)
README
# theme-nord-extension
This is a theme extension for juypterlab based on the [Nord color palette](https://www.nordtheme.com). I recommend Source Han Mono/Souce Code Pro fonts for this theme.

## Prerequisites
* JupyterLab
## Installation
```bash
jupyter labextension install @kenshohara/theme-nord-extension
```## Development (for me)
For a development install, do the following in the repository directory:
```bash
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 .
```