An open API service indexing awesome lists of open source software.

https://github.com/catppuccin/jupyterlab

πŸ“Š Soothing pastel theme for JupyterLab
https://github.com/catppuccin/jupyterlab

catppuccin dark-mode dark-theme hacktoberfest jupyterlab jupyterlab-extension jupyterlab-theme theme

Last synced: 2 months ago
JSON representation

πŸ“Š Soothing pastel theme for JupyterLab

Awesome Lists containing this project

README

          


Logo


Catppuccin for JupyterLab







## Previews

🌻 Latte

πŸͺ΄ FrappΓ©

🌺 Macchiato

🌿 Mocha

## Usage

1. Install the JupyterLab extension using `pip` or `conda`:
- `pip install catppuccin-jupyterlab` or
- `conda install -c conda-forge catppuccin-jupyterlab`.
2. Start/restart JupyterLab (`jupyter lab`). If it is already opened, you can reload it by executing "Reset Application State" in the Command Palette (`Ctrl + Shift + C`).
3. Go to the `Settings > Theme` menu option and choose the desired flavor.

It supports both JupyterLab v3 and v4.

## Customization

### Brand Color

It is possible to choose any of the Catppucin colors as your "brand" color. The default is `mauve`, but you can choose your favorite to make it your way!

You can specify the colors by going to the `Settings > Settings Editor` (or `Ctrl + ,`), going to the `Theme - Catppuccin` section, then choosing your desired color in the lists of the dropdown menu.

Alternatively, you can specify the json with the settings:
```json
{
"brandColor": "mauve",
"accentColor": "green"
}
```

> [!NOTE]
> Besides the "brand" color it is also possible to set the "accent" color (default is green), but it rarely appears in the JupyterLab interface.

## πŸ’ Thanks to

- [Gabriel Magno](https://github.com/gabrielmagno)

Β 




Copyright Β© 2021-present Catppuccin Org