Closed deven367 closed 2 years ago
Yes you do not need a Makefile, that has been replaced with CLI commands. If you run nbprocess_help
you will see all the commands.
I've edited the tutorial to not to refer any Make commands any longer via https://github.com/fastai/nbprocess/commit/98abeb4ea4b801ca608e82dfbb04f4269351fce7
Hey @hamelsmu, I just created a new project using
nbprocess_new
and it does not create aMakefile
. I checked the template repo and I saw a commit withdelete Makefile
. Any thoughts on this?