File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 2
2
"cells" : [
3
3
{
4
4
"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 ,
6
16
"metadata" : {},
7
17
"outputs" : [],
8
18
"source" : [
1209
1219
}
1210
1220
],
1211
1221
"source" : [
1212
- " # export crated chinook.duckdb with data\n " ,
1222
+ " # export created chinook.duckdb with data\n " ,
1213
1223
" db.execute(\" export database '../data/chinook/duckdb/data'\" )"
1214
1224
]
1215
1225
},
1219
1229
"metadata" : {},
1220
1230
"outputs" : [],
1221
1231
"source" : [
1222
- " # close crated chinook.duckdb to save it\n " ,
1232
+ " # close created chinook.duckdb to save it\n " ,
1223
1233
" db.close()"
1224
1234
]
1225
1235
}
1226
1236
],
1227
1237
"metadata" : {
1228
1238
"kernelspec" : {
1229
- "display_name" : " base " ,
1239
+ "display_name" : " Python 3 " ,
1230
1240
"language" : " python" ,
1231
1241
"name" : " python3"
1232
1242
},
1240
1250
"name" : " python" ,
1241
1251
"nbconvert_exporter" : " python" ,
1242
1252
"pygments_lexer" : " ipython3" ,
1243
- "version" : " 3.8.8 "
1253
+ "version" : " 3.9.13 "
1244
1254
},
1245
1255
"orig_nbformat" : 4 ,
1246
1256
"vscode" : {
1247
1257
"interpreter" : {
1248
- "hash" : " 053ba6305fa347bea405e2cbb2037d3d5b99b4f7018305ee5a68bb9f3bdf3eef "
1258
+ "hash" : " 8e284ee3255a07ad8bf76694974743c4c81cb57e7c969474d752d949b11d721e "
1249
1259
}
1250
1260
}
1251
1261
},
You can’t perform that action at this time.
0 commit comments