すでにインデントされている Python コード / 関数とクラス全体を IPython にコピーしたいと考えています。インデントを試みるたびに台無しになり、次のエラーメッセージが表示されます。
IndentationError: unindent does not match any outer indentation level (<ipython-input-23-354f8c8be51b>, line 12)
If you want to paste code into IPython, try the %paste and %cpaste magic functions.