File: control

package info (click to toggle)
jupyter-sphinx 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: python: 1,576; makefile: 32; javascript: 18; sh: 13
file content (62 lines) | stat: -rw-r--r-- 2,048 bytes parent folder | download
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
52
53
54
55
56
57
58
59
60
61
62
Source: jupyter-sphinx
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Alexandre Marie <alexandre.marie@synchrotron-soleil.fr>,
 Picca Frédéric-Emmanuel <picca@debian.org>,
Section: science
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-alabaster <!nodoc>,
 python3-all,
 python3-hatchling,
 python3-ipykernel (>= 4.5.1),
 python3-ipywidgets (>= 7),
 python3-matplotlib <!nodoc>,
 python3-nbconvert (>= 5.5),
 python3-nbformat,
 python3-numpy <!nodoc>,
 python3-pytest <!nocheck>,
 python3-sphinx (>= 7),
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/jupyter-sphinx
Vcs-Git: https://salsa.debian.org/python-team/packages/jupyter-sphinx.git
Homepage: https://github.com/jupyter/jupyter-sphinx
Testsuite: autopkgtest-pkg-python

Package: python-jupyter-sphinx-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 libjs-requirejs,
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Jupyter Sphinx Extension - Documentation
 Jupyter-sphinx is a Sphinx extension that executes embedded code in a
 Jupyter kernel, and embeds outputs of that code in the document. It
 has support for rich output such as images, LaTeX math and even
 javascript widgets, and it allows one to enable thebelab for live code
 execution with minimal effort.
 .
 This package contains the documentation for python3-jupyter-sphinx.

Package: python3-jupyter-sphinx
Architecture: all
Depends:
 libjs-requirejs,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-jupyter-sphinx-doc,
Description: Jupyter Sphinx Extension - Python3
 Jupyter-sphinx is a Sphinx extension that executes embedded code in a
 Jupyter kernel, and embeds outputs of that code in the document. It
 has support for rich output such as images, LaTeX math and even
 javascript widgets, and it allows one to enable thebelab for live code
 execution with minimal effort.
 .
 This is the Python3 version of the package.