1
0

改用marimo编辑notebook方便跨平台使用

This commit is contained in:
2026-01-29 09:55:45 +08:00
parent 579298d16e
commit 9759720fec
12 changed files with 3313 additions and 2360 deletions

View File

@@ -8,6 +8,7 @@ dependencies = [
"duckdb>=1.4.3",
"jupyter~=1.1.1",
"jupyter-bokeh>=4.0.5",
"marimo>=0.19.6",
"matplotlib~=3.10.8",
"mplfinance>=0.12.10b0",
"pandas~=2.3.3",
@@ -19,3 +20,12 @@ dependencies = [
"tabulate>=0.9.0",
"tqdm>=4.67.1",
]
[dependency-groups]
dev = [
"mcp>=1",
"openai>=2.16.0",
"pydantic>=2",
"pydantic-ai>=1.48.0",
"ruff>=0.14.14",
]