Spaces:
Runtime error
Runtime error
Merge pull request #131 from marimo-team/gvwilson/auto-updates-on-rebuilding
Browse files
optimization/03_minimum_fuel_optimal_control.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import marimo
|
| 2 |
|
| 3 |
__generated_with = "0.18.4"
|
|
|
|
| 1 |
+
# /// script
|
| 2 |
+
# requires-python = ">=3.13"
|
| 3 |
+
# dependencies = [
|
| 4 |
+
# "marimo",
|
| 5 |
+
# ]
|
| 6 |
+
# ///
|
| 7 |
import marimo
|
| 8 |
|
| 9 |
__generated_with = "0.18.4"
|
polars/06_Dataframe_Transformer.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
# /// script
|
|
|
|
| 2 |
# dependencies = [
|
| 3 |
# "marimo",
|
| 4 |
# "numpy==2.2.3",
|
|
|
|
| 1 |
# /// script
|
| 2 |
+
# requires-python = ">=3.13"
|
| 3 |
# dependencies = [
|
| 4 |
# "marimo",
|
| 5 |
# "numpy==2.2.3",
|
polars/07-querying-with-sql.py
CHANGED
|
@@ -3,6 +3,7 @@
|
|
| 3 |
# dependencies = [
|
| 4 |
# "duckdb==1.4.3",
|
| 5 |
# "kagglehub==0.3.13",
|
|
|
|
| 6 |
# "polars==1.36.1",
|
| 7 |
# "pyarrow==22.0.0",
|
| 8 |
# "sqlalchemy==2.0.45",
|
|
|
|
| 3 |
# dependencies = [
|
| 4 |
# "duckdb==1.4.3",
|
| 5 |
# "kagglehub==0.3.13",
|
| 6 |
+
# "marimo",
|
| 7 |
# "polars==1.36.1",
|
| 8 |
# "pyarrow==22.0.0",
|
| 9 |
# "sqlalchemy==2.0.45",
|
polars/11_missing_data.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.12"
|
| 3 |
# dependencies = [
|
|
|
|
| 4 |
# "plotly[express]==6.3.0",
|
| 5 |
# "polars==1.33.1",
|
| 6 |
# ]
|
|
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.12"
|
| 3 |
# dependencies = [
|
| 4 |
+
# "marimo",
|
| 5 |
# "plotly[express]==6.3.0",
|
| 6 |
# "polars==1.33.1",
|
| 7 |
# ]
|