Skip to content

Commit a9f9254

Browse files
committed
unhide the code
1 parent aa236b9 commit a9f9254

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tutorials/parquet.qmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Let's query Eric's parquet file using duckdb+parquet
66

77
```{ojs}
88
//| code-fold: true
9-
//| output: false
109
//
1110
1211
parquet_path = 'https://storage.googleapis.com/opencontext-parquet/oc_isamples_pqg.parquet';
@@ -34,14 +33,11 @@ rows1k = {
3433
document.getElementById("loading_2").hidden = true;
3534
return Inputs.table(data);
3635
}
37-
```
38-
39-
```{ojs}
40-
//| code-fold: true
4136
4237
md`There are ${row_count} rows in the source <code>${parquet_path}</code>.`
4338
```
4439

40+
4541
<div>
4642
<div id="loading_1">Loading type counts...</div>
4743
${results}

0 commit comments

Comments
 (0)