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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
Source: ipywidgets
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>, Ximin Luo <infinity0@debian.org>
Section: python
Priority: optional
Standards-Version: 4.5.1
Homepage: https://github.com/jupyter-widgets/ipywidgets
Build-Depends: debhelper-compat (= 13),
dh-python,
pkg-js-tools,
fonts-font-awesome,
libjs-mathjax,
libjs-sizzle,
node-ajv,
node-css-loader,
node-file-loader,
node-url-loader,
node-expect.js,
node-recast,
node-process,
node-requirejs,
node-sinon,
node-style-loader,
node-jquery,
node-jquery-ui,
node-backbone,
node-d3-format,
node-es6-promise,
node-semver,
node-typescript,
node-underscore,
python3-all,
python3-setuptools,
python3-ipython,
python3-ipython-genutils,
python3-ipykernel,
python3-jsonschema,
python3-pytest,
python3-recommonmark,
python3-nose,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-traitlets,
webpack,
Vcs-Git: https://salsa.debian.org/python-team/packages/ipywidgets.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/ipywidgets
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-ipywidgets
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
jupyter-nbextension-jupyter-js-widgets (= ${binary:Version})
Suggests: python-ipywidgets-doc
Description: Interactive widgets for the Jupyter notebook (Python 3)
Notebooks come alive when interactive widgets are used. Learning becomes an
immersive and fun experience. Researchers can easily see how changing inputs
to a model impact the results.
.
This package installs the library for Python 3 notebooks.
Package: python-ipywidgets-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-mathjax
Built-Using: ${sphinxdoc:Built-Using}
Description: Interactive widgets for the Jupyter notebook (documentation)
Notebooks come alive when interactive widgets are used. Learning becomes an
immersive and fun experience. Researchers can easily see how changing inputs
to a model impact the results.
.
This package installs documentation.
Package: jupyter-nbextension-jupyter-js-widgets
Architecture: all
Depends: ${misc:Depends}
Recommends: jupyter-notebook
Suggests: python3-ipywidgets
Built-Using: ${js:Built-Using}
Description: Interactive widgets - Jupyter notebook extension
Notebooks come alive when interactive widgets are used. Learning becomes an
immersive and fun experience. Researchers can easily see how changing inputs
to a model impact the results.
.
This package contains the server-side Jupyter notebook extension that allows a
Jupyter notebook server to serve and display these widgets. You will also need
to install kernel-side libraries, for an interactive session to drive and
animate the widgets that are contained in a notebook. For Python 2 notebooks
this is python-ipywidgets, and for Python 3 this is python3-ipywidgets.
Package: python3-widgetsnbextension
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
jupyter-nbextension-jupyter-js-widgets (= ${binary:Version})
Enhances: python3-notebook
Description: Interactive widgets - Jupyter notebook extension (Python 3)
Notebooks come alive when interactive widgets are used. Learning becomes an
immersive and fun experience. Researchers can easily see how changing inputs
to a model impact the results.
.
This package contains the server-side Jupyter notebook extension as a Python 3
module that may be installed via the notebook.nbextensions executable module.
.
This package should *not be necessary* for Debian software to use; instead you
should directly use the jupyter-nbextension-jupyter-js-widgets package. It is
provided only for compatibility with non-Debian software.
|