fixed some minor things related to examples while testing

This commit is contained in:
Fabio Pliger
2022-04-28 16:18:18 -06:00
parent 788af88422
commit 4e667642ca
8 changed files with 13 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
<html><head>
<title>Bokeh Example</title>
<meta charset="iso-8859-1">
<link rel="icon" type="image/x-icon" href="./favicon.png">
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-2.4.2.js"></script>
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-gl-2.4.2.min.js"></script>
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-widgets-2.4.2.min.js"></script>