diff --git a/pyscriptjs/examples/index.html b/pyscriptjs/examples/index.html index a155030..88e6776 100644 --- a/pyscriptjs/examples/index.html +++ b/pyscriptjs/examples/index.html @@ -7,9 +7,7 @@ PyScript demo - - - + @@ -17,16 +15,32 @@

PyScript demos


-

Simple script

-

A static demo of the <py-script> tag

+

Bokeh Interactive

+

Interactive demo using a Bokeh slider widget to dynamically change a value in the page

-

Simple script 2

+

Simple Static Bokeh Plot

+

Minimal Bokeh demo demonstrating how to create a simple bokeh plot from code

+ +

KMeans Demo in Panel

+

Interactive KMeans Chart using Panel

+ +

Simple Panel Demo

+

Simple demo showing Panel widgets interating with parts of the page

+ + +

REPL

+

A Python REPL (Read Eval Print Loop).

+ +

REPL2

+

A Python REPL (Read Eval Print Loop) with slightly better formatting.

+ +

Simple script

+

A static demo of the <py-script> tag

+ +

Simple script 2

A dynamic demo of the <py-script> tag

-

REPL

-

A Python REPL (Read Eval Print Loop).

- -

REPL2

-

A Python REPL (Read Eval Print Loop) with slightly better formatting.

+

TODO App

+

Demo showing how would a Simple TODO App would look like in PyScript tag

- + diff --git a/pyscriptjs/examples/repl.html b/pyscriptjs/examples/repl.html index 5944e03..806a73c 100644 --- a/pyscriptjs/examples/repl.html +++ b/pyscriptjs/examples/repl.html @@ -7,7 +7,7 @@ Svelte app - + diff --git a/pyscriptjs/examples/repl2.html b/pyscriptjs/examples/repl2.html index 3b150e3..145ee91 100644 --- a/pyscriptjs/examples/repl2.html +++ b/pyscriptjs/examples/repl2.html @@ -7,7 +7,7 @@ Svelte app - +