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

Last updated: June 28,2024

1. Install "python36-voila" package

This guide let you learn how to install python36-voila on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-voila

2. Uninstall "python36-voila" package

This guide covers the steps necessary to uninstall python36-voila on openSuSE Tumbleweed:

$ sudo zypper remove python36-voila

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

Information for package python36-voila:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-voila
Version : 0.1.21-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 188,6 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.