Get started with bokeh CDN
BSD-3-Clause licensed
Bokeh: Interactive, visually rich plots/dashboards for web browsers .
Tags:- bokeh
- datavis
- dataviz
- visualization
- plotting
- plot
- graph
Stable version
Copied!
How to start using bokeh CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with bokeh CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/bokeh/3.4.0/bokeh.min.js"></script>
<link rel="stylesheet" href="https://cdn.cdnhub.io/bokeh/3.4.0/bokeh.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/plotly.js/latest/plotly.min.js"></script>
<style>.bokeh-plot { width: 800px; height: 400px; border: 1px solid black; }</style>
</head>
<body>
<div id="plot"></div>
<script type="text/javascript">
const x = [1, 2, 3, 4, 5];
const y = [2, 4, 6, 8, 10];
const data = {
x: x,
y: y,
source: {
type: "line"
}
};
const options = {
plot_width: 800,
plot_height: 400,
title: "Bokeh Line Chart Example"
};
Bokeh.plot("plot", data, options);
</script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
All versions
0.10.0
0.11.0
0.11.1
0.12.0
0.12.1
0.12.10
0.12.11
0.12.12
0.12.13
0.12.14
0.12.15
0.12.16
0.12.2
0.12.3
0.12.4
0.12.5
0.12.6
0.12.7
0.12.8
0.12.9
0.13.0
0.7.1
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.1.0
1.2.0
1.3.0
1.3.1
1.3.2
1.3.4
1.4.0
2.0.0
2.0.1
2.0.2
2.1.0
2.1.1
2.2.0
2.2.2
2.2.3
2.3.0
2.3.0-dev.10
2.3.0-dev.11
2.3.0-dev.12
2.3.0-dev.13
2.3.0-dev.14
2.3.0-dev.8
2.3.0-dev.9
2.3.0-rc.1
2.3.0-rc.2
2.3.0-rc.3
2.3.0-rc.4
2.3.1
2.3.1-dev.1
2.3.1-rc.1
2.3.1-rc.2
2.3.2
2.3.2-rc.1
2.3.2-rc.2
2.3.3
2.3.3-rc.1
2.4.0
2.4.0-dev.1
2.4.0-dev.2
2.4.0-dev.4
2.4.0-dev.5
2.4.0-dev.6
2.4.0-dev.7
2.4.0-dev.8
2.4.0-rc.1
2.4.0-rc.2
2.4.0-rc.3
2.4.1
2.4.1-rc.1
2.4.2
2.4.2-dev.1
2.4.2-rc.1
2.4.3
2.4.3-dev.1
2.4.3-dev.3
2.4.3-dev.4
2.4.3-rc.1
3.0.0
3.0.0-dev.1
3.0.0-dev.10
3.0.0-dev.11
3.0.0-dev.13
3.0.0-dev.14
3.0.0-dev.15
3.0.0-dev.16
3.0.0-dev.17
3.0.0-dev.18
3.0.0-dev.19
3.0.0-dev.2
3.0.0-dev.20
3.0.0-dev.3
3.0.0-dev.4
3.0.0-dev.5
3.0.0-dev.6
3.0.0-dev.7
3.0.0-dev.8
3.0.0-dev.9
3.0.0-rc.1
3.0.0-rc.2
3.0.0-rc.3
3.0.0-rc.4
3.0.0-rc.5
3.0.0-rc.6
3.0.1
3.0.1-rc.1
3.0.2
3.0.2-rc.1
3.0.3
3.0.3-rc.1
3.1.0
3.1.0-dev.1
3.1.0-dev.2
3.1.0-dev.3
3.1.0-dev.4
3.1.0-dev.5
3.1.0-rc.1
3.1.0-rc.2
3.1.0-rc.3
3.1.1
3.1.1-rc.1
3.2.0
3.2.0-dev.1
3.2.0-dev.2
3.2.0-dev.3
3.2.0-dev.4
3.2.0-rc.1
3.2.0-rc.2
3.2.0-rc.3
3.2.1
3.2.2
3.2.2-rc.1
3.3.0
3.3.0-dev.1
3.3.0-dev.2
3.3.0-dev.3
3.3.0-rc.1
3.3.0-rc.2
3.3.0-rc.3
3.3.1
3.3.1-dev.1
3.3.1-rc.1
3.3.2
3.3.3
3.3.4
3.3.4-rc.1
3.4.0
3.4.0-dev.1
3.4.0-dev.2
3.4.0-dev.3
3.4.0-dev.4
3.4.0-dev.5
3.4.0-dev.6
3.4.0-dev.7
3.4.0-dev.8
3.4.0-rc.1
3.4.0-rc.2
3.4.1
3.4.2
3.4.3
3.5.0
3.5.0-dev.1
3.5.0-dev.3
3.5.0-dev.4
3.5.0-dev.5
3.5.0-dev.6
3.5.0-dev.7
3.5.0-dev.8
3.5.0-rc.1
3.5.0-rc.2
3.5.1
*** 3.5.2
3.6.0-dev.1