From bade0a8e94471c326dac4e1db3b8de417b5572c5 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Thu, 19 Feb 2026 22:59:04 +0100 Subject: [PATCH] Removed python from configuration.nix and added python 3.14 with the matplotlib package to current semester file --- 2025-2026-02.nix | 7 +++++++ commit_text | 2 +- configuration.nix | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/2025-2026-02.nix b/2025-2026-02.nix index 9504701..021998f 100644 --- a/2025-2026-02.nix +++ b/2025-2026-02.nix @@ -16,5 +16,12 @@ gnumake jupyter + (python314.withPackages ( + python-pkgs: with python-pkgs; [ + matplotlib + ipykernel + ] + )) + # See here on how to install a kernel https://www.geeksforgeeks.org/python/managing-jupyter-kernels-a-comprehensive-guide/ ]; } diff --git a/commit_text b/commit_text index d34c9c3..be2534e 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Added jupyter +Removed python from configuration.nix and added python 3.14 with the matplotlib package to current semester file diff --git a/configuration.nix b/configuration.nix index e426cf3..f6753fc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -61,7 +61,6 @@ let rustc rustfmt nixos-shell - python3 kdePackages.qtwebengine kdePackages.qtlocation