I am wondering why nbdev_update in v2 works differently in v1. In v1, nbdev_update_lib will update all modified python scripts, which is very handy.
However, in v2, to update changes made in the python module, we need to
cd python_module
nbdev_update python_file.py
This is a cumbersome process. Why not just keep the v1 design by just typing the nbdev_update in the parent directory?