Skip to content

Commit dd16b4f

Browse files
add pip install duckdb to chinook-duckdb.ipynb
and change python version to 3.9.13
1 parent 0ee3e9f commit dd16b4f

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

notebooks/chinook-duckdb.ipynb

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": [
9+
"import sys\n",
10+
"!{sys.executable} -m pip install duckdb"
11+
]
12+
},
13+
{
14+
"cell_type": "code",
15+
"execution_count": 3,
616
"metadata": {},
717
"outputs": [],
818
"source": [
@@ -1209,7 +1219,7 @@
12091219
}
12101220
],
12111221
"source": [
1212-
"# export crated chinook.duckdb with data\n",
1222+
"# export created chinook.duckdb with data\n",
12131223
"db.execute(\"export database '../data/chinook/duckdb/data'\")"
12141224
]
12151225
},
@@ -1219,14 +1229,14 @@
12191229
"metadata": {},
12201230
"outputs": [],
12211231
"source": [
1222-
"# close crated chinook.duckdb to save it\n",
1232+
"# close created chinook.duckdb to save it\n",
12231233
"db.close()"
12241234
]
12251235
}
12261236
],
12271237
"metadata": {
12281238
"kernelspec": {
1229-
"display_name": "base",
1239+
"display_name": "Python 3",
12301240
"language": "python",
12311241
"name": "python3"
12321242
},
@@ -1240,12 +1250,12 @@
12401250
"name": "python",
12411251
"nbconvert_exporter": "python",
12421252
"pygments_lexer": "ipython3",
1243-
"version": "3.8.8"
1253+
"version": "3.9.13"
12441254
},
12451255
"orig_nbformat": 4,
12461256
"vscode": {
12471257
"interpreter": {
1248-
"hash": "053ba6305fa347bea405e2cbb2037d3d5b99b4f7018305ee5a68bb9f3bdf3eef"
1258+
"hash": "8e284ee3255a07ad8bf76694974743c4c81cb57e7c969474d752d949b11d721e"
12491259
}
12501260
}
12511261
},

0 commit comments

Comments
 (0)