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