fastai / nbdev

Create delightful software with Jupyter Notebooks
https://nbdev.fast.ai/
Apache License 2.0
4.8k stars 484 forks source link

Add option to remove empty cells #1341

Open torfsen opened 1 year ago

torfsen commented 1 year ago

When executing the last cell of a notebook, Jupyter will add a new empty cell below it so that the user can continue with their next piece of code. This often leads to notebooks having one or more tailing empty cells. It would be nice if nbdev had an option to remove those automatically.