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 47 48 49 50 51
|
Source: jupyter-server
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.6.1
Homepage: https://github.com/jupyter/jupyter_server
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-anyio (>= 3.3.1),
python3-jinja2,
python3-jupyter-client,
python3-jupyter-core,
python3-nbconvert,
python3-nbformat,
python3-prometheus-client,
python3-send2trash,
python3-setuptools,
python3-sphinx,
python3-terminado,
python3-tornado,
python3-traitlets,
python3-zmq
Vcs-Git: https://salsa.debian.org/python-team/packages/jupyter-server.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/jupyter-server
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-jupyter-server
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Jupyter protocol server backend (Python 3)
This software component contains the server backend for
Jupyter web applications like the Jupyter notebook or
Jupyterlab.
.
This package installs the library for Python 3.
Package: jupyter-server
Architecture: all
Section: utils
Depends: python3-jupyter-server (= ${binary:Version}),
${misc:Depends},
${python3:Depends}
Description: Jupyter protocol server backend (tools)
This software component contains the server backend for
Jupyter web applications like the Jupyter notebook or
Jupyterlab.
.
This package contains the jupyter-server tool.
|