Skip to content

Commit 7b2d725

Browse files
committed
Add note about BokehJS reuired with components()
1 parent 6217668 commit 7b2d725

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

notebooks/13_exporting_embedding.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@
210210
"cell_type": "markdown",
211211
"metadata": {},
212212
"source": [
213-
"There are several more options for exporting and embedding Bokeh documents.\n",
213+
"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",
214216
"See [Web pages](https://docs.bokeh.org/en/latest/docs/user_guide/output/embed.html)\n",
215217
"in the user guide for more information."
216218
]

0 commit comments

Comments
 (0)