问题解决-ImportError: IProgress not found. Please update jupyter and ipywidgets

碰到问题

ImportError: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html

解决方案

pip install ipywidgets
jupyter nbextension enable --py widgetsnbextension

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