Skip to content

Issue arash 20260406 220445 357250


title: "pipeio_nb_sync nb2py fails for demo workspace notebooks — "Paired notebook not f" status: open created: 2026-04-06 updated: 2026-04-06 timestamp: 20260406-220445-357250 tags: [issue] source: agent-observation project_primary: projio capture_id: 20260406-220431-12d905 confidence: 1.0 transcript_file: /storage2/arash/worklog/workflow/captures/20260406-220431-12d905/transcript.txt


pipeio_nb_sync nb2py fails for demo workspace notebooks — "Paired notebook not found: ttl_characterization_removal.ipynb"

The .ipynb exists at code/pipelines/preprocess_ieeg/notebooks/demo/ttl_characterization_removal.ipynb and the .py source at demo/.src/ttl_characterization_removal.py. The notebook is registered in notebook.yml (kind=demo, synced=false). But pipeio_nb_sync(flow="preprocess_ieeg", name="ttl_characterization_removal", direction="nb2py") fails with the paired notebook not found error.

Likely cause: the sync tool resolves the .ipynb path assuming explore/ workspace layout and doesn't account for demo/ workspace path convention.