Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def load_ipython_extension(ipython): ipython.register_magics(FormattingMagic)
IPython magic command to format python code in cell using black.