Provide a minimally reproducible example
I'm trying to upgrade my old nbdev project to the new nbdev3, so I took the following steps:
pip install nbdev==3.0.* (installed v3.0.9)
- Tried to run
nbdev_migrate_config, but giving error: command not found
System
Tried it both on my personal system (Windows 11 in WSL) as well as on SolveIt instance with a fresh restart on 2026-02-03. Both give the same error.
Relevant issue for the WSL system: #1572