解决:AttributeError: type object 'IOLoop' has no attribute 'initialized'
错误:打开一个ipynb文件时报错,AttributeError: type object ‘IOLoop’ has no attribute ‘initialized’
错误原因:jupyter notebook 环境中python版本不对应。该ipynb是基于python2环境,但是启动jupyter notebook 是在conda python3虚拟环境下打开的,故报错。
还没有评论,来说两句吧...