csurfer / blackcellmagic

IPython magic command to format python code in cell using black.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Format notebook at once or automatically calling %%black?

slochower opened this issue · comments

Any thoughts on enabling the option to format multiple (all...?) cells at once with %%black?

@tobinjones has built a Jupiter extension to achieve the same https://github.com/tobinjones/jupyterlab_formatblack Please take a look and close this issue if you think that suffices your need.

Looks great, thanks!