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
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: docs/tutorials/virtual_db_tutorial.ipynb
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -147,13 +147,7 @@
147
147
"cell_type": "markdown",
148
148
"id": "cell-3",
149
149
"metadata": {},
150
-
"source": [
151
-
"## Initializing VirtualDB\n",
152
-
"\n",
153
-
"Creating a VirtualDB instance loads and validates the config but does\n",
154
-
"**not** download any data yet. Views are registered lazily on the first\n",
155
-
"`query()`, `tables()`, or `describe()` call."
156
-
]
150
+
"source": "## Initializing VirtualDB\n\nCreating a VirtualDB instance loads and validates the config, downloads any\nnecessary data, and registers all views immediately."
0 commit comments