Table of Contents
问题
jupyter notebook 运行出错,在编辑python中,简单的print语句也执行不了,一直报错
提示
ValueError: signal only works in main thread ERROR:tornado.application:Except
具体内容如图
解决方式
pip install "pyzmq==17.0.0" "ipykernel==4.8.2"
参考资料
Jupyter Notebook "signal only works in main thread" - loovelj的博客 - CSDN博客
https://blog.csdn.net/loovelj/article/details/82184223
jupyter notebook中出现ValueError: signal only works in main thread 报错 即 长时间in[*] 解决办法 - Python - 开发中心
https://www.cppentry.com/bencandy.php?fid=77&id=195314