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

Last updated: June 02,2024

1. Install "python38-voila" package

Please follow the steps below to install python38-voila on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-voila

2. Uninstall "python38-voila" package

In this section, we are going to explain the necessary steps to uninstall python38-voila on openSuSE Tumbleweed:

$ sudo zypper remove python38-voila

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

Information for package python38-voila:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-voila
Version : 0.1.21-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 189,5 KiB
Installed : No
Status : not installed
Source package : python-voila-0.1.21-1.6.src
Summary : Plugin for serving read-only live Jupyter notebooks
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 python interface.