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: sagenb-export
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ximin Luo <infinity0@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-ipython (>= 5),
python3-nbconvert,
python3-setuptools,
python3-notebook,
python3-tornado,
python3-wheel,
tox
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/vbraun/ExportSageNB
Vcs-Git: https://salsa.debian.org/science-team/sagenb-export.git
Vcs-Browser: https://salsa.debian.org/science-team/sagenb-export
Testsuite: autopkgtest-pkg-python
Package: python3-sagenb-export
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Provides: sagenb-export (= ${binary:Version})
Description: Convert SageNB Notebooks (Python 3)
This is a tool to convert SageNB notebooks to other formats,
in particular IPython/Jupyter notebooks.
|