Open Source Directions hosted by OpenTeams

Episode 32: Voila


Listen Later

Voilà turns Jupyter notebooks into standalone web applications.
Unlike the usual HTML-converted notebooks, each user connecting to the Voilà tornado
application gets a dedicated Jupyter kernel which can execute the callbacks to changes
in Jupyter interactive widgets.
By default, Voilà disallows execute requests from the front-end, preventing execution
of arbitrary code. By default, Voilà runs with the strip_source option, which strips out
the input cells from the rendered notebook.
...more
View all episodesView all episodes
Download on the App Store

Open Source Directions hosted by OpenTeamsBy Quansight, LLC