标签: python unicode ipython ipython-magic
我正在尝试使用Python 2.7.11在我的IPython 4.0.3中使用iPython魔法。但是,使用魔术命令,例如:
%load_ext pep8_magic
会导致以下错误。
TypeError: unicode argument expected, got 'str'
有没有人知道可能出现的问题以及如何解决?