8000 Improve and reorder the demo page by antocuni · Pull Request #58 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

Improve and reorder the demo page #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add MIME rendering examples
  • Loading branch information
antocuni committed Apr 28, 2022
commit 1d643814212e99f2fba2bcb8702fdae6c861ada2
13 changes: 13 additions & 0 deletions pyscriptjs/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ <h2 class="text-2xl font-bold text-blue-600"><a href="./todo.html" target=”_bl
<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>

<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>
<h2 class="text-3xl font-bold">JS Interaction</h2>
<hr/>
Expand Down
0