|
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 |
| - <body class="container"> |
| 13 | + <body class="container font-mono"> |
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 |
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 | + WARNING: This examples takes a little longer to load. So be patient :) |
| 22 | + </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="./bokeh.html" target=”_blank”>Simple Static Bokeh Plot</a></h2> |
| 25 | + <p>Minimal Bokeh demo demonstrating how to create a simple bokeh plot from code</p> |
| 26 | + |
| 27 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./panel_kmeans.html" target=”_blank”>KMeans Demo in Panel</a></h2> |
| 28 | + <p>Interactive KMeans Chart using Panel |
| 29 | + |
| 30 | + WARNING: This examples takes a little longer to load. So be patient :) |
| 31 | + </p> |
| 32 | + |
| 33 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./panel.html" target=”_blank”>Simple Panel Demo</a></h2> |
| 34 | + <p>Simple demo showing Panel widgets interating with parts of the page |
28 | 35 |
|
29 |
| - <h2 class="text-2xl font-bold text-blue-600"><a href="./repl2.html">REPL2</a></h2> |
| 36 | + WARNING: This examples takes a little longer to load. So be patient :) |
| 37 | + </p> |
| 38 | + |
| 39 | + |
| 40 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./repl.html" target=”_blank”>REPL</a></h2> |
| 41 | + <p>A Python REPL (Read Eval Print Loop). </p> |
| 42 | + |
| 43 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./repl2.html" target=”_blank”>REPL2</a></h2> |
30 | 44 | <p>A Python REPL (Read Eval Print Loop) with slightly better formatting.</p>
|
| 45 | + |
| 46 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./simple_script.html" target=”_blank”>Simple script</a></h2> |
| 47 | + <p>A static demo of the <code><py-script></code> tag</p> |
| 48 | + |
| 49 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./simple_script2.html" target=”_blank”>Simple script 2</a></h2> |
| 50 | + <p>A dynamic demo of the <code><py-script></code> tag</p> |
| 51 | + |
| 52 | + <h2 class="text-2xl font-bold text-blue-600"><a href="./todo.html" target=”_blank”>TODO App</a></h2> |
| 53 | + <p>Demo showing how would a Simple TODO App would look like in PyScript</code> tag</p> |
31 | 54 | </body>
|
32 |
| -</html> |
| 55 | + </html> |
0 commit comments