.. _spkg_jupyter_core:

jupyter_core: Jupyter core package
==================================

Description
-----------

Jupyter core package. A base package on which Jupyter projects rely.

Type
----

standard


Dependencies
------------

- $(PYTHON)
- $(PYTHON_TOOLCHAIN)
- :ref:`spkg_traitlets`

Version Information
-------------------

package-version.txt::

    4.10.0

install-requires.txt::

    jupyter_core >=4.6.3


Equivalent System Packages
--------------------------

conda:

.. CODE-BLOCK:: bash

    $ conda install  jupyter_core


macports:
install the following packages: py-jupyter_core

opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install python3-jupyter-core


void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  python3-jupyter_core


See https://repology.org/project/jupyter-core/versions, https://repology.org/project/python:jupyter-core/versions


However, these system packages will not be used for building Sage
because using Python site-packages is not supported by the Sage distribution;
see :trac:`29023`

