packages feed

math-functions-0.3.3.0: tests/tables/shell.nix

let
  pkgs = import <nixpkgs> {};
  pyp  = pkgs.python3.withPackages (py: with py;
    [ ipython
      mpmath
    ]);
in
pkgs.mkShell {
  buildInputs = [ pyp ];
}