Rendering of live Jupyter notebooks with interactive widgets
copied from cf-staging / voilaVoila serves live Jupyter notebooks including Jupyter interactive widgets. Unlike the usual HTML-converted notebooks, each user connecting to the Voila tornado application is associated with a dedicated Jupyter kernel which can execute triggered by Jupyter interactive widgets.
By default, voila disallows execute requests from the front-end, disabling the ability to execute arbitrary code.