Skip to content

Commit 0d9d813

Browse files
committed
Clear output of table list command in SQLite-Setup.ipynb notebook.
1 parent 2e51c11 commit 0d9d813

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

SQLite-Setup.ipynb

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -250,19 +250,10 @@
250250
},
251251
{
252252
"cell_type": "code",
253-
"execution_count": 2,
253+
"execution_count": null,
254254
"id": "ffb47489-fa52-4d70-b096-da9264d815d8",
255255
"metadata": {},
256-
"outputs": [
257-
{
258-
"name": "stdout",
259-
"output_type": "stream",
260-
"text": [
261-
"exercises people politicians \n",
262-
"homes pets spreadsheet_data\n"
263-
]
264-
}
265-
],
256+
"outputs": [],
266257
"source": [
267258
"!echo .tables | sqlite3 data/sheet2simplefolks.db"
268259
]

0 commit comments

Comments
 (0)