21 lines
538 B
HTML
21 lines
538 B
HTML
<!doctype html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Embedding a Bokeh Server With </title>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
This Bokeh app below served by a Bokeh server that has been embedded
|
|
in another web app framework. For more information see the section
|
|
<a target="_blank" href="https://docs.bokeh.org/en/latest/docs/user_guide/server.html#embedding-bokeh-server-as-a-library">Embedding Bokeh Server as a Library</a>
|
|
in the User's Guide.
|
|
</div>
|
|
<div>
|
|
{% raw script %}
|
|
</div>
|
|
</body>
|
|
</html>
|