nbstripout: Don't propagate ipython (#230164)
If you have a devShell with `python311` and `nbstripout` in `buildInputs`, running `python --version` will output 3.10 as of today, because `nbstripout` is propagating python through ipython.
Arne Keller 1 year ago f9b3ad91 d87246a4
··· 23 23 ''; 24 24 25 25 propagatedBuildInputs = with python3.pkgs; [ 26 26 - ipython 27 26 nbformat 28 27 ]; 29 28