[IPython-dev] package dependencies when trying to install ipython 8.5.0
Matthias Bussonnier
bussonniermatthias at gmail.com
Tue Jul 25 02:05:58 EDT 2023
matplotlib inline is not a gui dependency it's a minuscule pure python
package, that hold common logic to help displaying inline figures.
Some terminal emulator (kitty, iterm) do support inline figures.
https://github.com/ipython/matplotlib-inline/
On Tue, Jul 25, 2023 at 06:35 Fourhundred Thecat <400thecat at gmx.ch> wrote:
> Hello,
>
> I have been using ipython 5.8.0 on Debian 10.
>
> Now I have upgraded to Debian 12 which has ipython 8.5.0
>
> When I try to install python3-ipython, it wants to install graphical
> dependencies such as python3-matplotlib-inline:
>
> # apt-cache show python3-ipython | grep Depends
> Depends: python3-backcall, python3-decorator, python3-jedi (>= 0.16),
> python3-matplotlib-inline, python3-pexpect, python3-pickleshare,
> python3-prompt-toolkit (>= 2), python3-pygments, python3-stack-data,
> python3-traitlets, python3:any, python3-setuptools
>
> I would just like to install plain console (command line) version of
> ipython.
>
> Why does it want to install gui dependencies?
>
> Is this something Debian specific, or do these dependencies come from
> ipython upstream?
>
> thanks,
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at python.org
> https://mail.python.org/mailman/listinfo/ipython-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/ipython-dev/attachments/20230725/7a29a4ab/attachment.html>
More information about the IPython-dev
mailing list