From b2d0c2686a534cd9aa6125be4ad09c6bdff71053 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Fri, 26 Jun 2026 18:40:57 +0200 Subject: [PATCH] Added matplotlib and jupyter core in python packages. --- packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages.nix b/packages.nix index 9b54bf1..3744dc4 100644 --- a/packages.nix +++ b/packages.nix @@ -15,6 +15,8 @@ statsmodels scikit-learn sympy + jupyter-core + matplotlib ]; myRPackages = with pkgs.rPackages; [ reticulate # wanted by quarto to execute Python when using R.