jupyter没有输出直接下一行

问题

在jupyter网页中点击运行但是代码没有被执行并且直接跳到下一行,并且出现bad file descriptor

解决方法:卸载重新安装pyzmq

1、 在电脑所有应用中打开Anaconda Powershell Prompt(winconda)
jupyter没有输出直接下一行_第1张图片
2、卸载pyzmq
输入 pip uninstall pyzmq
3、出现问你yes or no
输入y
4、重装pyzmq
输入 pip install pyzmq==19.0.2
5、重新进入jupyter就可以啦!

你可能感兴趣的:(笔记,jupyter,python,ide)