8eb07d9
1 2 3 4
with import <nixpkgs> {}; mkShell { buildInputs = [ (python3.withPackages (ps: [ ps.ipython ])) ]; }