Added matplotlib and jupyter core in python packages.

This commit is contained in:
Ulysse Cura 2026-06-26 18:40:57 +02:00
parent 8d0d83c4f6
commit b2d0c2686a
1 changed files with 2 additions and 0 deletions

View File

@ -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.