t14_legacy_config/shenvs/jupyter.nix

12 lines
149 B
Nix
Raw Normal View History

pkgs: {
paths = with pkgs; [
(python39.withPackages ( packages: with packages; [
jupyterlab
matplotlib
numpy
scipy
sympy
] ))
];
}