Open
Description
This is a strong limitations to the usability of nbdev.
Every time I try to export docs, I spend hours cleaning up my code to sepearte imports and codes, reading tedious and annoying error messages from nbdev_docs
.
We definitely have the ability to do this automatically. (since nbdev can produce warning messages about the situation)
Why not provide a simple tool like nbdev_separate
, to automatically detect import lines in a cell and reformat them to a new cell above the original cell.