8000 add MIME rendering examples · forrestzhang/pyscript@1d64381 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d64381

Browse files
committed
add MIME rendering examples
1 parent ad118ee commit 1d64381

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyscriptjs/examples/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@ <h2 class="text-2xl font-bold text-blue-600"><a href="./todo.html" target=”_bl
3636
<h2 class="text-2xl font-bold text-blue-600"><a href="./todo-pylist.html" target=”_blank”>PyScript Native TODO App</a></h2>
3737
<p>Demo showing how would a Simple TODO App would look like only using PyScript native elements</code> tag</p>
3838

39+
<br>
40+
<h2 class="text-3xl font-bold">MIME Rendering</h2>
41+
<hr/>
42+
43+
<h2 class="text-2xl font-bold text-blue-600"><a href="./matplotlib.html" target=”_blank”>Matplotlib</a></h2>
44+
<p>Demonstrates rendering matplotlib figure as output of the py-script tag</p>
45+
46+
<h2 class="text-2xl font-bold text-blue-600"><a href="./altair.html" target=”_blank”>Altair</a></h2>
47+
<p>Demonstrates rendering altair plot as output of the py-script tag</p>
48+
49+
<h2 class="text-2xl font-bold text-blue-600"><a href="./folium.html" target=”_blank”>Folium</a></h2>
50+
<p>Demonstrates rendering Folium map as output of the py-script tag</p>
51+
3952
<br>
4053
<h2 class="text-3xl font-bold">JS Interaction</h2>
4154
<hr/>

0 commit comments

Comments
 (0)
0