Skip to content

catppuccin/jupyterlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

97 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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:

{
    "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

ย 

Copyright ยฉ 2021-present Catppuccin Org