From f8c426d99c4373748bf63d14e7bf1224b833a3e4 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Tue, 14 Oct 2025 04:59:57 +0300 Subject: [PATCH] Add cattpuccin theme --- lab1/DE_IP_2024_Task_1.ipynb | 12 +++++++++++- shell.nix | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lab1/DE_IP_2024_Task_1.ipynb b/lab1/DE_IP_2024_Task_1.ipynb index 014a247..48c87c8 100644 --- a/lab1/DE_IP_2024_Task_1.ipynb +++ b/lab1/DE_IP_2024_Task_1.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "d5d62d24", "metadata": {}, "outputs": [], @@ -12,6 +12,16 @@ "import matplotlib.pyplot as plt" ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "40a56d12-cc0f-481d-b3c5-c2020a7d137b", + "metadata": {}, + "outputs": [], + "source": [ + "from catppuccin.palette import PALETTE\n" + ] + }, { "cell_type": "markdown", "id": "2799ab25", diff --git a/shell.nix b/shell.nix index 286b283..cce670e 100644 --- a/shell.nix +++ b/shell.nix @@ -10,6 +10,7 @@ in ipython matplotlib scikit-image + catppuccin ]; shellHook = ''