voila

Package — NotebookPython 3.7+Beginner

Turn Jupyter notebooks into standalone web applications

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
jupyter-server, jupyterlab-server, nbclient, nbconvert, traitlets, websocket-client
Install
pip install voila

Learn by Difficulty

Quick Example

python
# Install: pip install voila
import voila

# Basic voila usage
print(f"Using voila")
# See documentation for detailed examples

voila is a third-party package. Turn Jupyter notebooks into standalone web applications. Install with: pip install voila

Try in Playground

Tags

packagenotebookinteractiveeducation