Anaconda虚拟环境报错: ImportError: IProgress not found. Please update jupyter and ipywidgets.

IProgress not found. Please update jupyter and ipywidgets.

一开始我以为是什么不匹配或者错误造成的,后来发现就是抽风!纯粹抽风!

直接卸了再装就行,一次不行就多来几次!
# 1.卸载jupyter
pip uninstall jupyter
# 2.安装
pip install jupyter
# 3.卸载ipywidgets
pip uninstall ipywidgets
# 4.安装
pip install ipywidgets
# 5.关联
jupyter nbextension enable --py widgetsnbextension

不行的话就换个姿势再来一遍!我的就是已经安装了```然后重新搞的

别的也没啥说的

ok,那就这样吧~

欢迎各位大佬留言吐槽,也可以深入交流~

你可能感兴趣的:(工作小记,anaconda)