【发布时间】:2016-12-23 18:09:30
【问题描述】:
我的 spyder 已经工作了一个月,但它突然停止工作。 这是内部日志。
/Users/Name_User/anaconda/lib/python2.7/site-packages/nbformat/current.py:19: UserWarning: nbformat.current is deprecated.
- use nbformat for read/write/validate public API
- use nbformat.vX directly to composing notebooks of a particular version
""")
Traceback (most recent call last):
[ . . . ]
File "/Users/Name_User/anaconda/lib/python2.7/site-packages/spyderlib/widgets/shell.py", line 494, in load_history
if rawhistory[1] != self.INITHISTORY[1]:
IndexError: list index out of range
我不明白错误的含义。有人遇到过这个问题吗? 谢谢 !
【问题讨论】:
-
似乎是一个实现错误。在 spyder 的 github 存储库中提出问题可能是有意义的。
-
@cel Tks 为您解答。我已经在 git repo 上提出了 :)。
标签: python kernel anaconda spyder