Voila on Ubuntu 24.04

Azure Analytics

Voila, turns a Jupyter notebook into a standalone interactive dashboard web app that anyone can open in a browser.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

Voila is an open source tool that turns a Jupyter notebook into a standalone interactive dashboard. It executes the notebook with a live Python kernel and serves only the rendered output, hiding the code cells, so readers see charts, tables and interactive widgets rather than source. Because the kernel stays running, ipywidgets controls such as sliders and dropdowns remain fully interactive and re render the results in real time. It is a straightforward way to share a notebook as a self service dashboard without exposing the underlying code or giving anyone edit access.

Why the cloudimg image

Voila has no authentication of its own, so cloudimg never exposes it directly: the dashboard is bound to loopback and reached only through an nginx reverse proxy that requires a password, and that password is generated fresh on every instance at first boot and written to a root only file, so nothing usable is baked into the image and no two instances share a secret. A sample interactive dashboard ships ready to render, the server runs as a dedicated unprivileged service account, security updates are applied at build time and left enabled, and every deployment comes with a paired step by step guide and 24/7 cloudimg support.

Common uses

  • Share a Jupyter notebook as an interactive dashboard without exposing its code
  • Publish live charts and ipywidgets controls to non technical users in a browser
  • Turn an analysis notebook into a self service reporting app

See it running

Real screenshots taken while testing this image against its deployment guide.

Voila on Ubuntu 24.04 screenshot 1 Voila on Ubuntu 24.04 screenshot 2 Voila on Ubuntu 24.04 screenshot 3 Voila on Ubuntu 24.04 screenshot 4