mirror of
https://github.com/pyscript/pyscript.git
synced 2022-05-01 19:47:48 +03:00
fixed some minor things related to examples while testing
This commit is contained in:
@@ -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.min.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>
|
||||
@@ -40,11 +41,7 @@ p = figure(plot_width=400, plot_height=400)
|
||||
p.circle([1, 2, 3, 4, 5], [6, 7, 2, 4, 5], size=15, line_color="navy", fill_color="orange", fill_alpha=0.5)
|
||||
p_json = json.dumps(json_item(p, "myplot"))
|
||||
|
||||
print("about to embed")
|
||||
|
||||
Bokeh.embed.embed_item(JSON.parse(p_json))
|
||||
|
||||
print ("Done embedding...")
|
||||
</py-script>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user