You are here: Home / LBN / Up2date / Big Data / BastionLinux 36 / python3-jupyter-kernel-test-0.6.0-1.lbn36.noarch

python3-jupyter-kernel-test-0.6.0-1.lbn36.noarch

Package Attributes
RPM  python3-jupyter-kernel-test-0.6.0-1.lbn36.noarch.rpm Architecture  noarch Size  54271 Created  2024/01/21 13:51:03 UTC
Package Specification
Summary jupyter-kernel-test
Group Unspecified
License ZPL
Home Page https://pypi.org/project/jupyter-kernel-test
Description

jupyter_kernel_test is a tool for testing Jupyter kernels. It tests kernels for successful code execution and conformance with the Jupyter Messaging Protocol (currently 5.0).

Install Install it with pip (python3.4 or greater required): pip3 install jupyter_kernel_test

Usage To use it, you need to write a (python) unittest file containing code samples in the relevant language which test various parts of the messaging protocol. A short example is given below, and you can also refer to the test_ipykernel.py and test_irkernel.py files for complete examples. Some parts of the messaging protocol are relevant only to the browser-based notebook (rich display) or console interfaces (code completeness, history searching). Only parts of the spec for which you provide code samples are tested. Run this file directly using python, or use nosetests or py.test to find and run it.

Example import unittest import jupyter_kernel_test

class MyKernelTests(jupyter_kernel_test.KernelTests):

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
rpmlib(FileDigests)  
Provides
python-jupyter-kernel-test
python3-jupyter-kernel-test
python3.10-jupyter-kernel-test
python3.10dist(jupyter-kernel-test)
python3dist(jupyter-kernel-test)
Obsoletes
python-jupyter-kernel-test

Document Actions