15 lines
364 B
HTML
15 lines
364 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Experiment with Bokeh</title>
|
|
<script src="http://cdn.pydata.org/bokeh/release/bokeh-0.8.1.min.js"></script>
|
|
<link rel="stylesheet" href="http://cdn.pydata.org/bokeh/release/bokeh-0.8.1.min.css">
|
|
</head>
|
|
<body>
|
|
|
|
{{ the_div|safe }}
|
|
|
|
{{ the_script|safe }}
|
|
</body>
|
|
</html> |