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 :)
Interactive KMeans Chart using Panel WARNING: This examples takes a little longer to load. So be patient :)
Interactive Streaming Table and Bokeh plot using Panel WARNING: This examples takes a little longer to load. So be patient :)
Simple demo showing Panel widgets interacting with parts of the page WARNING: This examples takes a little longer to load. So be patient :)
Interactive application exploring the NYC Taxi dataset using Panel and DeckGL WARNING: This examples takes a little longer to load. So be patient :)
A Toga application (a Fahrenheit to Celsius converter), rendered as a Single Page App
Visualization of Mandelbrot and Julia sets with Numpy and HTML5 canvas