一、错误详情

TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See Installation — Jupyter Widgets 7.6.5 documentation
  from .autonotebook import tqdm as notebook_tqdm

二、解决方案

1.首先安装依赖库

pip install ipywidgets widgetsnbextension pandas-profiling

2.启动Jupyter相应的插件

jupyter nbextension enable --py widgetsnbextension

解决问题!

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐