``` In [1]: # -*- coding: utf-8 -*- File "<ipython-input-1-df4697b9472e>", line unknown SyntaxError: encoding declaration in Unicode string ``` In regular Python ``` py >>> # -*- coding: utf-8 -*- ... >>> ``` This came up `%paste`ing an example from http://numba.pydata.org/numba-doc/dev/examples.html#id1. This seems related to #1103.