From 1d643814212e99f2fba2bcb8702fdae6c861ada2 Mon Sep 17 00:00:00 2001 From: Antonio Cuni Date: Thu, 28 Apr 2022 17:27:16 +0200 Subject: [PATCH] add MIME rendering examples --- pyscriptjs/examples/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pyscriptjs/examples/index.html b/pyscriptjs/examples/index.html index ffd1ec5b..34cd04f3 100644 --- a/pyscriptjs/examples/index.html +++ b/pyscriptjs/examples/index.html @@ -36,6 +36,19 @@

PyScript Native TODO App

Demo showing how would a Simple TODO App would look like only using PyScript native elements tag

+
+

MIME Rendering

+
+ +

Matplotlib

+

Demonstrates rendering matplotlib figure as output of the py-script tag

+ +

Altair

+

Demonstrates rendering altair plot as output of the py-script tag

+ +

Folium

+

Demonstrates rendering Folium map as output of the py-script tag

+

JS Interaction