ipykernel: IPython Kernel for Jupyter#
Description#
This package provides the IPython kernel for Jupyter.
Type#
standard
Dependencies#
$(PYTHON)
importlib_metadata: Library to access the metadata for a Python package
ipython: Interactive computing environment with an enhanced interactive Python shell
jupyter_client: Jupyter protocol implementation and client libraries
tornado: Python web framework and asynchronous networking library
executing: Get the currently executing AST node of a frame, and other information
$(PYTHON_TOOLCHAIN)
Version Information#
package-version.txt:
6.6.0
install-requires.txt:
ipykernel >=5.2.1
Equivalent System Packages#
conda:
$ conda install ipykernel
macports: install the following packages: py-ipykernel
void:
$ sudo xbps-install python3-ipython_ipykernel
See https://repology.org/project/python:ipykernel/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 ticket #29023