Voilà turns Jupyter notebooks in standalone web applications

Voilà turns Jupyter notebooks in standalone web applications

Including bqplot figures with voilàTogether with ipympl, voilà is actually a simple means to render interactive matplotlib figures in a standalone web application:
Rendering interactive matplotlib figures in a web application with voilàVoilà is language-agnostic
Voilà can be used to produce applications with any Jupyter kernel. A roadmap item for the gridstack voilà template is to support the entire spec for the deprecated jupyter dashboards and to create a WYSIWYG editor for these templates in the form of a JupyterLab extension.Note that voila-gridstack template is still at an early stage of development. A Jupyter server extension
Beyond the voila command-line utility, the voilà package also include a Jupyter server extension, so that voilà dashboards can be served alongside the Jupyter notebook application.

Source: blog.jupyter.org