Creating a specified folder for the notebooks with nbdev_new

Hi all,

I am trying to initiate my first project. Just using nbdev_new places my notebook templates in the root folder. No problem.
After reading nbdev_new -h it says I can use the --nbs_path argument. Only

nbdev_new --nbs_path ./nbs

is not working.

Thank you

I see now that nbdev v2.3.7 defaults to the nbs folder. For some or other reason my newly created conda environment installed nbdev v2.2.10. I will see if I can get it updated to the latest version of nbdev

Thank you