Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/310.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python tqdm.auto progressbars无法正确显示,而是显示HBox(子项=(浮动进度(值=0.0)、HTML(值=';';))_Python_Widget_Jupyter_Tqdm - Fatal编程技术网

Python tqdm.auto progressbars无法正确显示,而是显示HBox(子项=(浮动进度(值=0.0)、HTML(值=';';))

Python tqdm.auto progressbars无法正确显示,而是显示HBox(子项=(浮动进度(值=0.0)、HTML(值=';';)),python,widget,jupyter,tqdm,Python,Widget,Jupyter,Tqdm,我在TQM.auto上遇到了一些问题 直到几天前它还可以正常工作,但现在不能正常工作 我想可能是一些装置把一切都搞砸了 所以,我的问题是: 当我运行此代码时: for epoch in tqdm(range(epochs)): 我得到的不是progressbar,而是以下内容: HBox(children=(FloatProgress(value=0.0), HTML(value=''))) 0 lr: 0.01 HBox(children=(FloatProgress(value=0.

我在TQM.auto上遇到了一些问题

直到几天前它还可以正常工作,但现在不能正常工作

我想可能是一些装置把一切都搞砸了

所以,我的问题是:

当我运行此代码时:

for epoch in tqdm(range(epochs)):

我得到的不是progressbar,而是以下内容:

HBox(children=(FloatProgress(value=0.0), HTML(value='')))
0   lr: 0.01
HBox(children=(FloatProgress(value=0.0, description='train', max=4.0, style=ProgressStyle(description_width='i…

非常感谢您的帮助。

您可以参考投票最多的Jupyter笔记本电脑的答案,该笔记本电脑不显示进度条()