Spaces:
Running
Running
Julius Kibunjia
commited on
Commit
·
f319815
1
Parent(s):
6df230f
Include dependencies in 009_loading_json.py notebook file
Browse files
duckdb/009_loading_json.py
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import marimo
|
2 |
|
3 |
__generated_with = "0.11.20"
|
|
|
1 |
+
# /// script
|
2 |
+
# requires-python = ">=3.12"
|
3 |
+
# dependencies = [
|
4 |
+
# "duckdb==1.2.1",
|
5 |
+
# "marimo",
|
6 |
+
# "polars[pyarrow]==1.25.2",
|
7 |
+
# "sqlglot==26.11.1",
|
8 |
+
# ]
|
9 |
+
# ///
|
10 |
import marimo
|
11 |
|
12 |
__generated_with = "0.11.20"
|