https://github.com/teknoir/jupyterlab-theme-teknoir
Teknoir theme for Jupyterlab.
https://github.com/teknoir/jupyterlab-theme-teknoir
Last synced: about 2 months ago
JSON representation
Teknoir theme for Jupyterlab.
- Host: GitHub
- URL: https://github.com/teknoir/jupyterlab-theme-teknoir
- Owner: teknoir
- License: bsd-3-clause
- Created: 2022-06-28T07:47:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T09:53:30.000Z (over 3 years ago)
- Last Synced: 2025-03-04T10:17:19.006Z (7 months ago)
- Language: CSS
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @teknoir/jupyterlab-theme-teknoir
Teknoir theme for Jupyterlab.
## Prerequisites
- JupyterLab
## Installation
With `pip`:
```bash
pip install jupyterlab-theme-teknoir
```**For Jupyterlab < 3**
```bash
jupyter labextension install @teknoir/jupyterlab-theme-teknoir
```## Dark scrollbars
Enable dark scrollbars by clicking on **Settings** -> **JupyterLab Theme** -> **Theme Scrollbars** in the JupyterLab menus.
## Development
For a development install (requires JupyterLab 2.0.0 or later), do the following in the repository directory:
```bash
jlpm build:dev
```To rebuild the package and the JupyterLab app:
```bash
jlpm build
jupyter lab build
```