【Jupyter】UserWarning: date_default is deprecated since jupyter_client 7.0.0. Use jupyter_client.

        不知道为啥,突然运行jupyter notebook这个错误,内核总是启动失败,尝试了网上通用个几个方法,都不太行,最后用了这个命令就好了。

可能是版本不兼容,降一下版本就好了。 

pip intall "jupyter-client<7"

安装好以后直接成功解决问题!

【Jupyter】UserWarning: date_default is deprecated since jupyter_client 7.0.0. Use jupyter_client._第1张图片 

参考来源:参考来源  

 

 

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