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

Last updated: September 29,2024

1. Install "python312-nbval" package

This guide let you learn how to install python312-nbval on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-nbval

2. Uninstall "python312-nbval" package

This tutorial shows how to uninstall python312-nbval on openSuSE Tumbleweed:

$ sudo zypper remove python312-nbval

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

Information for package python312-nbval:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-nbval
Version : 0.11.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 135.3 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.