打开jupyter notebook中ipynb文件自动关闭jupyter终端或打开jupyter notebook无法运行代码

打开jupyter notebook中ipynb文件自动关闭jupyter终端或打开jupyter notebook无法运行代码

jupyter无法运行代码,并显示error

解决方法:

打开命令行,输入pip install pyzmq==19.0.2 安装pyzmq 19.0.2

如果运行过程中出现error 按照提示 可在pip install pyzmq==19.0.2 中加–user

参考链接:
https://stackoverflow.com/questions/65690540/python-stopped-working-on-jupyter-startup/66151651#66151651
参考链接:
https://blog.csdn.net/weixin_56198196/article/details/120501999

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