ipythonを使いたいのですが、
Anaconda Pwoershell pronpt を開き、>ipithon
と入力すると、>>> ipython
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'ipython' is not defined
となりエラーになります。
ちなみに
pythonは正常に使えるようです。
PS C:\Users\jrppj> python
Python 3.7.3 (default, Apr 24 2019, 15:29:51) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
Failed calling sys.interactivehook
Traceback (most recent call last):
File "C:\Users\jrppj\Anaconda3\lib\site.py", line 439, in register_readline
readline.read_history_file(history)
File "C:\Users\jrppj\Anaconda3\lib\site-packages\pyreadline\rlmain.py", line 165, in read_history_file
self.mode._history.read_history_file(filename)
File "C:\Users\jrppj\Anaconda3\lib\site-packages\pyreadline\lineeditor\history.py", line 82, in read_history_file
for line in open(filename, 'r'):
UnicodeDecodeError: 'cp932' codec can't decode byte 0x87 in position 100: illegal multibyte sequence
なぜipython はエラーになるのでしょうか。エラーにならず使える方法を教えていただきたくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/10/19 11:22
2019/10/19 11:44
2019/10/19 20:50