Commit graph

5 commits

Author SHA1 Message Date
Dmitry Kalinkin 5461824ede
Revert "Revert "matplotlib-inline: Don't depend on matplotlib -> smaller ipython closure""
Un-revert on staging

This reverts commit 37e104da68.
2021-12-27 15:39:56 -05:00
Dmitry Kalinkin 37e104da68
Revert "matplotlib-inline: Don't depend on matplotlib -> smaller ipython closure"
Meant to go to staging, not staging-next

This reverts commit f38610c09b.
2021-12-27 15:39:01 -05:00
Benoit de Chezelles f38610c09b
matplotlib-inline: Don't depend on matplotlib -> smaller ipython closure
The lib `matplotlib-inline` is only a shim to integrate `matplotlib` in
ipython, but it doesn't actually require it.

If one wants to use the matplotlib integration, `matplotlib` need to be
installed separatedly, then calling `%matplotlib inline` at a ipython
prompt will work.

Not including `matplotlib` is closer to a non-Nix installation:
Installing ipython in a fresh venv also does not install `matplotlib`.

NOTE: ipython's closure is now ~160MB instead of ~400MB.
(including ~100MB for python itself)
2021-12-27 15:24:14 -05:00
Martin Weinelt 4b2d82c58b python3Packages.matplotlib-inline: 0.1.2 -> 0.1.3 2021-10-11 01:22:04 +02:00
Jonathan Ringer 535901f904 python3Packages.matplotlib-inline: init at 0.1.2 2021-06-22 13:42:50 +02:00