You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything works as expected, except:
After x_progress is completed and altough transient is set to True, x_progress doesn't disappear from the table after task is completed.
performing x_progress.update(task_id,visible=False) or x_progress.stop() doesn't work either.
I'm aware that tables aren't intended to be used dynamically but if progress works successfully, why transient or task hide doesn't?
Platform
Debian:12
py:3.9
rich:13.6.0
Click to expand
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
I may ask you to copy and paste the output of the following commands. It may save some time if you do it now.
If you're using Rich in a terminal:
python -m rich.diagnose
pip freeze | grep rich
If you're using Rich in a Jupyter Notebook, run the following snippet in a cell
and paste the output in your bug report.
fromrich.diagnoseimportreportreport()
The text was updated successfully, but these errors were encountered:
I'm trying to use Table>Panel>Group like this:
Everything works as expected, except:
After x_progress is completed and altough transient is set to True, x_progress doesn't disappear from the table after task is completed.
performing
x_progress.update(task_id,visible=False)
orx_progress.stop()
doesn't work either.I'm aware that tables aren't intended to be used dynamically but if progress works successfully, why transient or task hide doesn't?
Platform
Debian:12
py:3.9
rich:13.6.0
Click to expand
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
I may ask you to copy and paste the output of the following commands. It may save some time if you do it now.
If you're using Rich in a terminal:
If you're using Rich in a Jupyter Notebook, run the following snippet in a cell
and paste the output in your bug report.
The text was updated successfully, but these errors were encountered: