How to Install and Uninstall jupyter-voila Package on openSuSE Tumbleweed

Last updated: April 30,2024

1. Install "jupyter-voila" package

Learn how to install jupyter-voila on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jupyter-voila

2. Uninstall "jupyter-voila" package

Please follow the guidance below to uninstall jupyter-voila on openSuSE Tumbleweed:

$ sudo zypper remove jupyter-voila

3. Information about the jupyter-voila package on openSuSE Tumbleweed

Information for package jupyter-voila:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jupyter-voila
Version : 0.1.21-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 24,2 MiB
Installed : No
Status : not installed
Source package : python-voila-0.1.21-1.6.src
Summary : Plugin for serving read-only live Jupyter notebooksmacros
Description :
Voila serves live Jupyter notebook including Jupyter interactive widgets.
Unlike the usual HTML-converted notebooks, each user connecting to the Voila
tornado application gets a dedicated Jupyter kernel which can execute the
callbacks to changes in Jupyter interactive widgets.
By default, voila disallows execute requests from the front-end, disabling
the ability to execute arbitrary code. By default, voila runs with the
strip_source option, which strips out the input cells from the rendered
notebook. When using these default settings, the code powering the Jupyter
notebook is never sent to the front-end.
This package provides the jupyter components.