如果在启动jupyter notebook时遇到 type object 'IOLoop' has no attribute 'initialized'

如果在启动jupyter notebook时遇到:

  type object 'IOLoop' has no attribute 'initialized'

这就是tornado版本的问题,但是与其回退版本,不如升级版本

If you've got tornado v5 then you need to upgrade pyzmq to v17.

If you're using anaconda installation of python this works

conda install -c anaconda pyzmq

大概这个问题只有在老版本升级的时候才会遇到把,在一台老机器上使用anaconda时进行了升级操作就遇到这个错误。

你可能感兴趣的:(如果在启动jupyter notebook时遇到 type object 'IOLoop' has no attribute 'initialized')