|
7 | 7 | <title>PyScript demo</title>
|
8 | 8 |
|
9 | 9 | <link rel="icon" type="image/png" href="favicon.png" />
|
10 |
| - <link rel="stylesheet" href="build/bundle.css" /> |
11 |
| - |
12 |
| - <script defer src="build/bundle.js"></script> |
| 10 | + <link rel="stylesheet" href="build/pyscript.css" /> |
13 | 11 | </head>
|
14 | 12 |
|
15 | 13 | <body class="container">
|
16 | 14 |
|
17 | 15 | <h1 class="text-3xl font-bold">PyScript demos</h1>
|
18 | 16 | <hr/>
|
19 | 17 |
|
20 |
| - <h2 class="text-2xl font-bold text-blue-600"><a href="./simple_script.html">Simple script</a></h2> |
21 |
| - <p>A static demo of the <code><py-script></code> tag</p> |
| 18 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./bokeh_interactive.html" target=”_blank”>Bokeh Interactive</a></h2> |
| 19 | + <p>Interactive demo using a Bokeh slider widget to dynamically change a value in the page</p> |
22 | 20 |
|
23 |
| - <h2 class="text-2xl font-bold text-blue-600"><a href="./simple_script2.html">Simple script 2</a></h2> |
24 |
| - <p>A dynamic demo of the <code><py-script></code> tag</p> |
| 21 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./bokeh.html" target=”_blank”>Simple Static Bokeh Plot</a></h2> |
| 22 | + <p>Minimal Bokeh demo demonstrating how to create a simple bokeh plot from code</p> |
25 | 23 |
|
26 |
| - <h2 class="text-2xl font-bold text-blue-600"><a href="./repl.html">REPL</a></h2> |
27 |
| - <p>A Python REPL (Read Eval Print Loop). </p> |
| 24 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./panel_kmeans.html" target=”_blank”>KMeans Demo in Panel</a></h2> |
| 25 | + <p>Interactive KMeans Chart using Panel</p> |
| 26 | + |
| 27 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./panel.html" target=”_blank”>Simple Panel Demo</a></h2> |
| 28 | + <p>Simple demo showing Panel widgets interating with parts of the page</p> |
28 | 29 |
|
29 |
| - <h2 class="text-2xl font-bold text-blue-600"><a href="./repl2.html">REPL2</a></h2> |
| 30 | + |
| 31 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./repl.html" target=”_blank”>REPL</a></h2> |
| 32 | + <p>A Python REPL (Read Eval Print Loop). </p> |
| 33 | + |
| 34 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./repl2.html" target=”_blank”>REPL2</a></h2> |
30 | 35 | <p>A Python REPL (Read Eval Print Loop) with slightly better formatting.</p>
|
| 36 | + |
| 37 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./simple_script.html" target=”_blank”>Simple script</a></h2> |
| 38 | + <p>A static demo of the <code><py-script></code> tag</p> |
| 39 | + |
| 40 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./simple_script2.html" target=”_blank”>Simple script 2</a></h2> |
| 41 | + <p>A dynamic demo of the <code><py-script></code> tag</p> |
| 42 | + |
| 43 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./todo.html" target=”_blank”>TODO App</a></h2> |
| 44 | + <p>Demo showing how would a Simple TODO App would look like in PyScript</code> tag</p> |
31 | 45 | </body>
|
32 |
| -</html> |
| 46 | + </html> |
0 commit comments