jupyter报错信息汇总

jupyter报错信息汇总

  1. TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html from .autonotebook import tqdm as notebook_tqdm

首先安装依赖库
pip install ipywidgets widgetsnbextension pandas-profiling
2.启动Jupyter相应的插件
jupyter nbextension enable --py widgetsnbextension

你可能感兴趣的:(运维管理,jupyter,自然语言处理,深度学习,神经网络)