Not sure if this is more of a bug report or feature request, but assuming it is easyish to fix I have chosen the former.
When editing a notebook, if I run it, see errors and prompt the agent to “fix”, it will:
uv run jupyter nbconvert --to python --execute "infer.ipynb" --stdout
- when I reject, read the file from disk
However, I would just like it to read from the editor.
Saving the notebook and having it read from disk works as a fix, but is not as fluid.