Removed python from configuration.nix and added python 3.14 with the matplotlib package to current semester file

This commit is contained in:
EsVagy42 2026-02-19 22:59:04 +01:00
parent 2c022e2910
commit bade0a8e94
3 changed files with 8 additions and 2 deletions

View file

@ -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/
];
}