logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Jupyter notebook打开笔记本报错: AttributeError: module ‘tornado.web‘ has no attribute ‘asynchronous‘

Jupyter notebook打开笔记本(python3 ipykernel)“500:内部服务器错误”:AttributeError: module 'tornado.web' has no attribute 'asynchronous',因为“tornado.web”没有“asynchronous”属性?很多网上给出的解决方案是降级tornado至5.1.1,但是我降级后有提示:ERROR

#jupyter#tornado
到底了