1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: ipykernel
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>,
Gordon Ball <gordon@chronitis.net>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-comm,
python3-debugpy,
python3-flaky <!nocheck>,
python3-hatchling,
python3-ipyparallel <!nocheck>,
python3-ipython,
python3-jupyter-client,
python3-jupyter-core (>= 4.12),
python3-matplotlib-inline,
python3-nest-asyncio,
python3-pickleshare,
python3-psutil,
python3-pytest <!nocheck>,
python3-pytest-asyncio (>= 0.18.0) <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-setuptools,
python3-tornado,
python3-traitlets (>= 5.4.0),
python3-trio,
python3-zmq
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/ipykernel
Vcs-Git: https://salsa.debian.org/python-team/packages/ipykernel.git
Homepage: https://github.com/ipython/ipykernel
Rules-Requires-Root: no
Package: python3-ipykernel
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Breaks: python3-nbclient (<= 0.8.0)
Description: IPython kernel for Jupyter (Python 3)
This software component provides an IPython kernel, which will hook
itself into Jupyter.
.
This package installs the library for Python 3.
|