1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

add MIME rendering examples

This commit is contained in:
Antonio Cuni
2022-04-28 17:27:16 +02:00
parent ad118eeb8e
commit 1d64381421

View File

@@ -36,6 +36,19 @@
<h2 class="text-2xl font-bold text-blue-600"><a href="./todo-pylist.html" target=”_blank”>PyScript Native TODO App</a></h2> <h2 class="text-2xl font-bold text-blue-600"><a href="./todo-pylist.html" target=”_blank”>PyScript Native TODO App</a></h2>
<p>Demo showing how would a Simple TODO App would look like only using PyScript native elements</code> tag</p> <p>Demo showing how would a Simple TODO App would look like only using PyScript native elements</code> tag</p>
<br>
<h2 class="text-3xl font-bold">MIME Rendering</h2>
<hr/>
<h2 class="text-2xl font-bold text-blue-600"><a href="./matplotlib.html" target=”_blank”>Matplotlib</a></h2>
<p>Demonstrates rendering matplotlib figure as output of the py-script tag</p>
<h2 class="text-2xl font-bold text-blue-600"><a href="./altair.html" target=”_blank”>Altair</a></h2>
<p>Demonstrates rendering altair plot as output of the py-script tag</p>
<h2 class="text-2xl font-bold text-blue-600"><a href="./folium.html" target=”_blank”>Folium</a></h2>
<p>Demonstrates rendering Folium map as output of the py-script tag</p>
<br> <br>
<h2 class="text-3xl font-bold">JS Interaction</h2> <h2 class="text-3xl font-bold">JS Interaction</h2>
<hr/> <hr/>