math-functions-0.3.4.4: tests/tables/shell.nix
let
pkgs = import <nixpkgs> {};
pyp = pkgs.python3.withPackages (py: with py;
[ ipython
mpmath
]);
in
pkgs.mkShell {
buildInputs = [ pyp ];
}
let
pkgs = import <nixpkgs> {};
pyp = pkgs.python3.withPackages (py: with py;
[ ipython
mpmath
]);
in
pkgs.mkShell {
buildInputs = [ pyp ];
}