diff --git a/pyscriptjs/examples/simple_script.html b/pyscriptjs/examples/hello_world.html similarity index 93% rename from pyscriptjs/examples/simple_script.html rename to pyscriptjs/examples/hello_world.html index aaa3fbff53e..6ced2d89137 100644 --- a/pyscriptjs/examples/simple_script.html +++ b/pyscriptjs/examples/hello_world.html @@ -4,7 +4,7 @@ -
A static demo of the <py-script>
tag
A dynamic demo of the <py-script>
tag
A Python REPL (Read Eval Print Loop).
+ +A Python REPL (Read Eval Print Loop) with slightly better formatting.
+ +Demo showing how would a Simple TODO App would look like in PyScript tag
+ +Demo showing how would a Simple TODO App would look like only using PyScript native elements tag
+ +Demonstrates rendering matplotlib figure as output of the py-script tag
+ +Demonstrates rendering altair plot as output of the py-script tag
+ +Demonstrates rendering Folium map as output of the py-script tag
+ +Minimal d3 demo demonstrating how to create a visualization
+ +Demo showing how a Simple Webgl scene would work in PyScript tag
+ + +Minimal Bokeh demo demonstrating how to create a simple bokeh plot from code
+Interactive demo using a Bokeh slider widget to dynamically change a value in the page WARNING: This examples takes a little longer to load. So be patient :)
-Minimal Bokeh demo demonstrating how to create a simple bokeh plot from code
-Interactive KMeans Chart using Panel @@ -45,31 +93,8 @@
A Toga application (a Fahrenheit to Celsius converter), rendered as a Single Page App
-Minimal d3 demo demonstrating how to create a visualization
-Visualization of Mandelbrot and Julia sets with NumPy and HTML5 canvas
-A Python REPL (Read Eval Print Loop).
- -A Python REPL (Read Eval Print Loop) with slightly better formatting.
- -A static demo of the <py-script>
tag
A dynamic demo of the <py-script>
tag
Demo showing how would a Simple TODO App would look like in PyScript tag
- -Demo showing how would a Simple TODO App would look like only using PyScript native elements tag
- -Demo showing how a Simple Webgl scene would work in PyScript tag