feat(notebooks): add proposal segmentation notebook and enhance verification

This commit is contained in:
2026-04-01 11:53:51 +08:00
parent f06b0625b4
commit aedcb25610
3 changed files with 415 additions and 5 deletions

View File

@@ -41,6 +41,10 @@ dev = [
python = "/workspace/envs/mini-nav"
root = ["./mini-nav", "./notebooks"]
[tool.basedpyright]
include = ["mini-nav", "notebooks"]
exclude = ["**/node_modules", "**/__pycache__"]
[tool.marimo.runtime]
pythonpath = ["mini-nav"]