diff --git a/pyscriptjs/examples/index.html b/pyscriptjs/examples/index.html index ffd1ec5..34cd04f 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