Hello!
I would love if
- my cell was automatically formatted on save
- automatically format all cells on save (hopefully this isn't slow, but I guess a dirty flag could be set?)
I'm using VS Code. When I'm working on .py files, VS Code automatically does black formatting (and import sorting!) when I save. I wish I had that in my notebooks in VS Code as well. 🥲
If I have time I may dig into how I add that.
Hello!
I would love if
I'm using VS Code. When I'm working on
.pyfiles, VS Code automatically does black formatting (and import sorting!) when I save. I wish I had that in my notebooks in VS Code as well. 🥲If I have time I may dig into how I add that.