Julius Kibunjia Srihari Thyagarajan commited on
Commit
d20b588
·
unverified ·
1 Parent(s): 9319960

Update duckdb/009_loading_json.py

Browse files

Co-authored-by: Srihari Thyagarajan <[email protected]>

Files changed (1) hide show
  1. duckdb/009_loading_json.py +1 -1
duckdb/009_loading_json.py CHANGED
@@ -117,7 +117,7 @@ def _(mo):
117
  return (cars_df,)
118
 
119
 
120
- @app.cell
121
  def _(mo):
122
  mo.md(r"""Other than singular files we can read [multiple files](https://duckdb.org/docs/stable/data/multiple_files/overview.html) at a time by either passing a list of files or a UNIX glob pattern.""")
123
  return
 
117
  return (cars_df,)
118
 
119
 
120
+ @app.cell(hide_code=True)
121
  def _(mo):
122
  mo.md(r"""Other than singular files we can read [multiple files](https://duckdb.org/docs/stable/data/multiple_files/overview.html) at a time by either passing a list of files or a UNIX glob pattern.""")
123
  return