Installing Voilà#
Voilà can be installed with the mamba
or conda
package manager
mamba install -c conda-forge voila
or from PyPI
:
pip install voila
Once Voilà is installed, it can be used either as a Command-Line Interface, or as a Jupyter Server extension. See Using Voilà for information on how to use Voilà.