TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. 报错处理方式

一、错误详情

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

解决问题!

你可能感兴趣的:(软件使用,linux,安装,jupyter,ide,python)