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