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/Streaming.ipynb
+4-2
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@
7
7
"source": [
8
8
"# Streaming datagrid\n",
9
9
"\n",
10
+
"**This is a new feature preview, if you see any issue with this. Please fill out an issue on Github!**\n",
11
+
"\n",
10
12
"ipydatagrid provides the ability to lazily request data to the back-end. This requires a live kernel (does not work with a notebook exported to static HTML with nbconvert).\n",
11
13
"\n",
12
14
"This feature allows a **smaller memory footprint for the grid**, and **reduced loading time for the initial grid display.**"
0 commit comments