diff --git a/pyscriptjs/examples/index.html b/pyscriptjs/examples/index.html index 88e6776..558c86f 100644 --- a/pyscriptjs/examples/index.html +++ b/pyscriptjs/examples/index.html @@ -16,16 +16,25 @@

Bokeh Interactive

-

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

+

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 :) +

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

+

Interactive KMeans Chart using Panel + + WARNING: This examples takes a little longer to load. So be patient :) +

Simple Panel Demo

-

Simple demo showing Panel widgets interating with parts of the page

+

Simple demo showing Panel widgets interating with parts of the page + + WARNING: This examples takes a little longer to load. So be patient :) +

REPL