Mac opens Jupyter Notebook error

The python version is 2.7, mac instruction input: jupyter notebook
error code display:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 4: ordinal not in range(128)

I tried some methods mentioned on the Internet, and found that I just need to change the command to:
LANG=zn jupyter notebook
. The specific reason is not clear yet, let’s solve the problem first, and then add it later.

Guess you like

Origin blog.csdn.net/onepunch_k/article/details/121209716