jupyter notebook无法连接后台服务

打开 jupyter notebook,一直显示connected,代码无法运行。

解决办法:把tornado降级为4.5.3

pip install tornado==4.5.3

你可能感兴趣的:(python,jupyter,notebook)