jupyter-autopep8 icon indicating copy to clipboard operation
jupyter-autopep8 copied to clipboard

cell magic

Open guihigashi opened this issue 7 years ago • 2 comments

how to ignore cell magic? it turns '%%cython' to '% % cython'(with spaces)

guihigashi avatar Apr 07 '17 13:04 guihigashi

Although the character '%' is valid syntax in the jupyter cells, it couldn't understood by autopep8. To avoid this problem, we have to implement the escape cell magic function in Javascript.

kenkoooo avatar Aug 04 '17 03:08 kenkoooo

The issue still persists. Could you, please, fix it or give instructions how to activate 'escape cell magic' when using jupyter.

poedator avatar Apr 24 '20 09:04 poedator