Voilà#

Voilà is an open-source framework that turns Jupyter notebooks into standalone web applications.

If you combine it with the ipywidgets library, you can quickly build web applications from Jupyter using Python!

Examples#

Chat with a CSV#

Use JupySQL, DuckDB and OpenAI to create a chat application that allows you to query a .csv file with natural language.

Data visualization#

Use JupySQL, DuckDB, and Mosaic to create interactive data visualizations using a dataset with 10M rows.