t14_legacy_config/shenvs/jupyter.nix

13 lines
157 B
Nix
Raw Normal View History

pkgs: {
paths = with pkgs; [
(python39.withPackages ( packages: with packages; [
jupyterlab
matplotlib
numpy
2022-04-21 05:18:22 +02:00
octave
scipy
sympy
] ))
];
}