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
|
Source: bqplot
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-jupyter-packaging,
python3-setuptools,
python3-traitlets,
Standards-Version: 4.7.0
Homepage: https://github.com/bqplot/bqplot
Vcs-Browser: https://salsa.debian.org/python-team/packages/bqplot.git
Vcs-Git: https://salsa.debian.org/python-team/packages/bqplot.git
Package: python3-bqplot
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-traittypes
Description: Interactive plotting for the Jupyter notebook
2-D plotting library for Project Jupyter
.
bqplot is a 2-D visualization system for Jupyter, based on the constructs of
the *Grammar of Graphics*.
.
In bqplot, every component of a plot is an interactive widget. This
allows the user to integrate visualizations with other Jupyter
interactive widgets to create integrated GUIs with a few lines of
Python code.
|