Source: jupyter-core Uploaders: Julien Puydt , Gordon Ball Maintainer: Debian Python Team Section: python Priority: optional Standards-Version: 4.6.1 Homepage: https://github.com/jupyter/jupyter_core Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-hatchling , python3-ipython , python3-pytest , python3-setuptools, python3-sphinx, python3-traitlets Vcs-Git: https://salsa.debian.org/python-team/packages/jupyter-core.git Vcs-Browser: https://salsa.debian.org/python-team/packages/jupyter-core Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python3-jupyter-core Architecture: all Depends: python3-distutils, ${misc:Depends}, ${python3:Depends} Suggests: python3-pip Description: Core common functionality of Jupyter projects for Python 3 This software component contains the base framework (application classes and configurations) for the rest of the Jupyter projects ; it doesn't do much by itself. . This package installs the library for Python 3. Package: jupyter-core Architecture: all Section: utils Depends: python3-jupyter-core (= ${binary:Version}), ${misc:Depends}, ${python3:Depends} Description: Core common functionality of Jupyter projects (tools) This software component contains the base framework (application classes and configurations) for the rest of the Jupyter projects ; it doesn't do much by itself. . This package contains the migration tool (off IPython before 4.0) and a path-giving utility. Package: python-jupyter-core-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Built-Using: ${sphinxdoc:Built-Using} Description: Core common functionality of Jupyter projects (documentation) This software component contains the base framework (application classes and configurations) for the rest of the Jupyter projects ; it doesn't do much by itself. . This package contains documentation. Package: jupyter Architecture: all Multi-Arch: foreign Section: metapackages Depends: jupyter-client, jupyter-console, jupyter-core, jupyter-nbformat, ${misc:Depends} Recommends: jupyter-nbconvert, jupyter-notebook, python3-ipykernel Suggests: jupyter-qtconsole Description: Interactive computing environment (metapackage) Project Jupyter provides tools for interactive computing, useful for data science, scientific computing and learning. Computational languages for multiple languages are available; the name Jupyter is derived from Julia, Python and R. . This package depends on a standard set of Jupyter packages; - the core and client libraries - the console interface - the web-based notebook - tools for working with and converting notebook (ipynb) files - the python3 computational kernel . The various jupyter components can be called using the /usr/bin/jupyter entrypoint, eg "jupyter notebook".