Reputation: 649
I try to get iPython and the notebook to work but I get this message: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 13: ordinal not in range(128)
. I read this: Ipython on Windows:
I have a user name with non-ascii characters. It looks like this is the solution but how do I fix it? I'm new to this and knows where to change the variables but I do not know what to write. I have created a folder c:\ipython that I would like to use and I run Windows 7 Home Edition. Probably easy to fix if you know how...
Upvotes: 0
Views: 2074
Reputation: 649
Fixed: Changed environment variables: IPYTHON_DIR was set to the folder c:\ipython. Tried many times with IPYTHONDIR but it did not work.
Upvotes: 1