ipykernel: IPython Kernel for Jupyter¶
Description¶
This package provides the IPython kernel for Jupyter.
Type¶
standard
Dependencies¶
- $(PYTHON) 
- $(PYTHON_TOOLCHAIN) 
- comm: Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc. 
- debugpy: Implementation of the Debug Adapter Protocol for Python 
- ipython: Interactive computing environment with an enhanced interactive Python shell 
- jupyter_client: Jupyter protocol implementation and client libraries 
- psutil: Cross-platform lib for process and system monitoring in Python. 
- tornado: Python web framework and asynchronous networking library 
Version Information¶
package-version.txt:
6.27.1
version_requirements.txt:
ipykernel >=5.2.1
Equivalent System Packages¶
$ sudo pacman -S python-ipykernel
$ conda install ipykernel
$ sudo apt-get install python3-ipykernel
$ sudo yum install python3-ipykernel
$ sudo pkg install devel/py-ipykernel
$ sudo emerge dev-python/ipykernel
$ sudo port install py-ipykernel
$ sudo zypper install python3\$\{PYTHON_MINOR\}-ipykernel
$ sudo xbps-install python3-ipython_ipykernel
See https://repology.org/project/python:ipykernel/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages is passed to ./configure, then ./configure
will check if the system package can be used.