1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: matplotlib-inline
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://github.com/ipython/matplotlib-inline
Vcs-Git: https://salsa.debian.org/python-team/packages/matplotlib-inline.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/matplotlib-inline
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python3-matplotlib-inline
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-matplotlib, python3-ipython
Description: Matplotlib backend for inline use in IPython and Jupyter
This provides support for displaying matplotlib plots in Jupyter notebooks
(and other frontends). This was previously part of IPython/ipykernel.
|