.. _spkg_jupyter_core:

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

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

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

Type
----

standard


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

package-version.txt::

    4.6.3

install-requires.txt::

    jupyter_core >=4.6.3


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

conda:

.. CODE-BLOCK:: bash

    $ conda install jupyter-core python:jupyter-core

macports:
install the following packages: jupyter-core python:jupyter-core
opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install jupyter-core python: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 https://trac.sagemath.org/ticket/29023

