File: control

package info (click to toggle)
ipykernel 4.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 612 kB
  • ctags: 1,013
  • sloc: python: 5,203; makefile: 165; sh: 12
file content (54 lines) | stat: -rw-r--r-- 1,846 bytes parent folder | download | duplicates (2)
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
Source: ipykernel
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Priority: optional
Standards-Version: 3.9.8
Homepage: https://github.com/ipython/ipykernel
Build-Depends: debhelper (>= 10),
               dh-python,
               python,
               python-faulthandler (>= 2.4),
               python-ipython,
               python-jupyter-client,
               python-matplotlib,
               python-mock,
               python-nose,
               python-path,
               python-pickleshare,
               python-setuptools,
               python-tornado,
               python-traitlets,
               python3-all,
               python3-ipython,
               python3-jupyter-client,
               python3-matplotlib,
               python3-mock,
               python3-nose,
               python3-path,
               python3-pickleshare,
               python3-setuptools,
               python3-tornado,
               python3-traitlets
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/ipykernel.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/ipykernel.git

Package: python-ipykernel
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: IPython kernel for Jupyter (Python 2)
 This software component provides an IPython kernel, which will hook
 itself into Jupyter.
 .
 This package installs the library for Python 2.

Package: python3-ipykernel
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
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.