1 2 3 4 5 6 7 8 9 10 11
pkgs: with pkgs.lib; let py = with pkgs; python39.withPackages (packages: with packages; [ numpy scipy matplotlib pandas ipython ]); in { paths = [ py ]; }