You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/user_guide/Interactive_Hover_for_Big_Data.ipynb
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@
18
18
"This notebook uses dynamic updates, which require running a live Jupyter or Bokeh server. When viewed statically, the plots will not update, you can zoom and pan, and hover information will not be available. \n",
19
19
":::\n",
20
20
"\n",
21
+
":::{note}\n",
22
+
"This functionality requires Bokeh version 3.7 or greater.\n",
23
+
":::\n",
24
+
"\n",
21
25
"Let's start by creating a Points element with a DataFrame consisting of five datasets combined. Each of the datasets has a random x, y-coordinate based on a normal distribution centered at a specific (x, y) location, with varying standard deviations. The datasets—labeled `d1` through `d5`—represent different clusters:\n",
22
26
"\n",
23
27
"- `d1` is tightly clustered around (2, 2) with a small spread of 0.03,\n",
0 commit comments