summaryrefslogtreecommitdiff
path: root/shells/ipython.nix
blob: c04a08f28c8af7c57cf89b827c9d25a51105ea7d (plain) (blame)
1
2
3
4
with import <nixpkgs> {};
mkShell {
  buildInputs = [ (python3.withPackages (ps: [ ps.ipython ])) ];
}