Jupyter Notebook报错TqdmWarning: IProgress not found. Please update jupyter and ipywidgets.
·
大家安装完anconda之后,启动jupyter notebook会出现下列的警告!
D:\Download\Anaconda\Anaconda_dir\envs\pytorch_gpu\lib\site-packages\tqdm\auto.py:22: 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
更多推荐
已为社区贡献3条内容
所有评论(0)