Panel Convert

This guide shows you how to use the {panel-convert-python} filter with Quarto to create live and interactive documents.

With the {panel-convert-python} filter you can insert entire, templated Panel applications into your documents running directly in the browser powered by PyScript.

Note

Please note that a +40MB Python environment is loaded by the user for each application you insert with {panel-convert-python}.

Configuration

You will need to install and configure the holoviz-quarto extension as described in the Getting Started guide.

Examples

Panel

A Panel application converted to Pyodide and embedded in a Quarto doc

Panel Matplotlib

A Panel Matplotlib application embedded in a Quarto doc

Panel FastListTemplate

A Panel FastListTemplate application embedded in a Quarto doc

Back to top