fastai / nbprocess-old

Process and export Jupyter Notebooks fast (Jupyter not required)
https://nbprocess.fast.ai/
Apache License 2.0
52 stars 12 forks source link

no `Makefile` in the `nbprocess_template` #93

Closed deven367 closed 2 years ago

deven367 commented 2 years ago

Hey @hamelsmu, I just created a new project using nbprocess_new and it does not create a Makefile. I checked the template repo and I saw a commit with delete Makefile. Any thoughts on this?

hamelsmu commented 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.

hamelsmu commented 2 years ago

I've edited the tutorial to not to refer any Make commands any longer via https://github.com/fastai/nbprocess/commit/98abeb4ea4b801ca608e82dfbb04f4269351fce7