jupyter-autopep8
jupyter-autopep8 copied to clipboard
cell magic
how to ignore cell magic? it turns '%%cython' to '% % cython'(with spaces)
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.
The issue still persists. Could you, please, fix it or give instructions how to activate 'escape cell magic' when using jupyter.