Skip to content

Commit 0f0b398

Browse files
authored
Merge pull request #131 from marimo-team/gvwilson/auto-updates-on-rebuilding
feat: auto-update notebooks during build
2 parents cbc1d48 + 8d99d46 commit 0f0b398

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

optimization/03_minimum_fuel_optimal_control.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# /// script
2+
# requires-python = ">=3.13"
3+
# dependencies = [
4+
# "marimo",
5+
# ]
6+
# ///
17
import marimo
28

39
__generated_with = "0.18.4"

polars/06_Dataframe_Transformer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# /// script
2+
# requires-python = ">=3.13"
23
# dependencies = [
34
# "marimo",
45
# "numpy==2.2.3",

polars/07-querying-with-sql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# dependencies = [
44
# "duckdb==1.4.3",
55
# "kagglehub==0.3.13",
6+
# "marimo",
67
# "polars==1.36.1",
78
# "pyarrow==22.0.0",
89
# "sqlalchemy==2.0.45",

polars/11_missing_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# /// script
22
# requires-python = ">=3.12"
33
# dependencies = [
4+
# "marimo",
45
# "plotly[express]==6.3.0",
56
# "polars==1.33.1",
67
# ]

0 commit comments

Comments
 (0)