We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6217668 commit 7b2d725Copy full SHA for 7b2d725
notebooks/13_exporting_embedding.ipynb
@@ -210,7 +210,9 @@
210
"cell_type": "markdown",
211
"metadata": {},
212
"source": [
213
- "There are several more options for exporting and embedding Bokeh documents.\n",
+ "Using Bokeh with these components requires the underlying HTML document to also load\n",
214
+ "the BokehJS library itself. This can either be a local JS file you embed or you can\n",
215
+ "load BokehJS from the Bokeh CDN.\n",
216
"See [Web pages](https://docs.bokeh.org/en/latest/docs/user_guide/output/embed.html)\n",
217
"in the user guide for more information."
218
]
0 commit comments