From bb1c80c3ab78e67e5c4e189c440cdc8087235797 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Sun, 17 Apr 2022 12:46:35 +0200 Subject: [PATCH] Update existing panel examples --- pyscriptjs/examples/panel.html | 2 +- pyscriptjs/examples/panel_kmeans.html | 18 +++++++++--------- pyscriptjs/examples/panel_stream.html | 19 +++++++++---------- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/pyscriptjs/examples/panel.html b/pyscriptjs/examples/panel.html index 119a3fc4..e1e2e4dd 100644 --- a/pyscriptjs/examples/panel.html +++ b/pyscriptjs/examples/panel.html @@ -20,7 +20,7 @@ import asyncio import micropip -await micropip.install(['panel==0.13.0rc10']) +await micropip.install(['panel']) import panel as pn diff --git a/pyscriptjs/examples/panel_kmeans.html b/pyscriptjs/examples/panel_kmeans.html index 7fe153c4..501fdcd0 100644 --- a/pyscriptjs/examples/panel_kmeans.html +++ b/pyscriptjs/examples/panel_kmeans.html @@ -4,14 +4,14 @@ Pyscript/Panel KMeans Demo - + - - - - + + + + @@ -20,14 +20,14 @@ - + - - + +