How to Install and Uninstall python310-nbval Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python310-nbval" package

Please follow the steps below to install python310-nbval on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-nbval

2. Uninstall "python310-nbval" package

Please follow the steps below to uninstall python310-nbval on openSuSE Tumbleweed:

$ sudo zypper remove python310-nbval

3. Information about the python310-nbval package on openSuSE Tumbleweed

Information for package python310-nbval:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-nbval
Version : 0.11.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 111.5 KiB
Installed : No
Status : not installed
Source package : python-nbval-0.11.0-1.1.src
Upstream URL : https://github.com/computationalmodelling/nbval
Summary : A pytest plugin to validate Jupyter notebooks
Description :
The plugin adds functionality to py.test to recognise and collect
Jupyter notebooks. The intended purpose of the tests is to determine
whether execution of the stored inputs match the stored outputs of
the .ipynb file. Whilst also ensuring that the notebooks are running
without errors.
The tests were designed to ensure that Jupyter notebooks (especially
those for reference and documentation), are executing consistently.
Each cell is taken as a test, a cell that doesn't reproduce the
expected output will fail.