summaryrefslogblamecommitdiff
path: root/shells/ipython.nix
blob: c04a08f28c8af7c57cf89b827c9d25a51105ea7d (plain) (tree)
1
2
3
4



                                                                
with import <nixpkgs> {};
mkShell {
  buildInputs = [ (python3.withPackages (ps: [ ps.ipython ])) ];
}