kenkoooo / jupyter-autopep8

PEP8 formatter for Jupyter Notebook
MIT License
66 stars 6 forks source link

cell magic #5

Open guihigashi opened 7 years ago

guihigashi commented 7 years ago

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

kenkoooo commented 7 years ago

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.

poedator commented 4 years ago

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