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